]> asedeno.scripts.mit.edu Git - linux.git/commit
usb/ohci-sm501: remove the HCD_DMA flag
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Sep 2019 08:46:10 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 13:25:52 +0000 (15:25 +0200)
commita1747eb43f3546038dad8cb0c4fec5416b83ec59
tree241ce3beb1415d986042bd836f601f75607df4e5
parent7a81146204859c6f8d8daf3ab7a25af17dfecd5f
usb/ohci-sm501: remove the HCD_DMA flag

This driver doesn't support normal DMA, only direct access to its
local memory.  Remove the HCD_DMA flag to properly express that fact.

Fixes: 7b81cb6bddd2 ("usb: add a HCD_DMA flag instead of guestimating DMA capabilities")
Reported-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Tested-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20190903084615.19161-2-hch@lst.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-sm501.c