Commit 324c54fa authored by Romain Perier's avatar Romain Perier Committed by Greg Kroah-Hartman

usb: host: Remove remaining pci_pool in comments

This replaces remaining occurences of pci_pool by dma_pool, as
this is the new API that could be used for that purpose.
Signed-off-by: default avatarRomain Perier <romain.perier@collabora.com>
Reviewed-by: default avatarPeter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4ba329c
...@@ -597,7 +597,7 @@ static int ehci_run (struct usb_hcd *hcd) ...@@ -597,7 +597,7 @@ static int ehci_run (struct usb_hcd *hcd)
/* /*
* hcc_params controls whether ehci->regs->segment must (!!!) * hcc_params controls whether ehci->regs->segment must (!!!)
* be used; it constrains QH/ITD/SITD and QTD locations. * be used; it constrains QH/ITD/SITD and QTD locations.
* pci_pool consistent memory always uses segment zero. * dma_pool consistent memory always uses segment zero.
* streaming mappings for I/O buffers, like pci_map_single(), * streaming mappings for I/O buffers, like pci_map_single(),
* can return segments above 4GB, if the device allows. * can return segments above 4GB, if the device allows.
* *
......
...@@ -5047,7 +5047,7 @@ static int fotg210_run(struct usb_hcd *hcd) ...@@ -5047,7 +5047,7 @@ static int fotg210_run(struct usb_hcd *hcd)
/* /*
* hcc_params controls whether fotg210->regs->segment must (!!!) * hcc_params controls whether fotg210->regs->segment must (!!!)
* be used; it constrains QH/ITD/SITD and QTD locations. * be used; it constrains QH/ITD/SITD and QTD locations.
* pci_pool consistent memory always uses segment zero. * dma_pool consistent memory always uses segment zero.
* streaming mappings for I/O buffers, like pci_map_single(), * streaming mappings for I/O buffers, like pci_map_single(),
* can return segments above 4GB, if the device allows. * can return segments above 4GB, if the device allows.
* *
......
...@@ -2708,7 +2708,7 @@ static int oxu_run(struct usb_hcd *hcd) ...@@ -2708,7 +2708,7 @@ static int oxu_run(struct usb_hcd *hcd)
/* hcc_params controls whether oxu->regs->segment must (!!!) /* hcc_params controls whether oxu->regs->segment must (!!!)
* be used; it constrains QH/ITD/SITD and QTD locations. * be used; it constrains QH/ITD/SITD and QTD locations.
* pci_pool consistent memory always uses segment zero. * dma_pool consistent memory always uses segment zero.
* streaming mappings for I/O buffers, like pci_map_single(), * streaming mappings for I/O buffers, like pci_map_single(),
* can return segments above 4GB, if the device allows. * can return segments above 4GB, if the device allows.
* *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment