diff options
author | Romain Perier <romain.perier@collabora.com> | 2017-03-08 17:19:56 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-16 18:03:31 +0900 |
commit | 324c54fab707921d6c68a05e5829b9d87cc5d884 (patch) | |
tree | 763537338aaaed47ec4aa556f88a9c6b5386c71f /drivers/usb/host/oxu210hp-hcd.c | |
parent | c4ba329cabca7c839ab48fb58b5bcc2582951a48 (diff) | |
download | blackbird-op-linux-324c54fab707921d6c68a05e5829b9d87cc5d884.tar.gz blackbird-op-linux-324c54fab707921d6c68a05e5829b9d87cc5d884.zip |
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: Romain Perier <romain.perier@collabora.com>
Reviewed-by: Peter Senna Tschudin <peter.senna@collabora.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/oxu210hp-hcd.c')
-rw-r--r-- | drivers/usb/host/oxu210hp-hcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index bcf531c44c70..ed20fb34c897 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c @@ -2708,7 +2708,7 @@ static int oxu_run(struct usb_hcd *hcd) /* hcc_params controls whether oxu->regs->segment must (!!!) * 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(), * can return segments above 4GB, if the device allows. * |