OSDN Git Service

usb: remove a stale comment in hcd_alloc_coherent
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Sep 2019 08:46:13 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 13:26:11 +0000 (15:26 +0200)
commitac2658e0d9f0461e730cbc343231dad304fb2f4f
tree201774977465ac340d2e49fe5ba7f4d971b73160
parentbf89015a54131253f963ee68b95461e6a3a4c462
usb: remove a stale comment in hcd_alloc_coherent

Now that we have the local memory pool implemented there is no
need to use dma_declare_coherent_memory.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20190903084615.19161-5-hch@lst.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/hcd.c