]> asedeno.scripts.mit.edu Git - linux.git/commit
usb/ohci-tmio: remove the HCD_DMA flag
authorChristoph Hellwig <hch@lst.de>
Tue, 3 Sep 2019 08:46:11 +0000 (10:46 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Sep 2019 13:26:05 +0000 (15:26 +0200)
commit8838d9224f84cbe04979edb005365af236d39410
treed0817476d947ae9fdb6c6c0f5001917b6ef42c19
parenta1747eb43f3546038dad8cb0c4fec5416b83ec59
usb/ohci-tmio: 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")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20190903084615.19161-3-hch@lst.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ohci-tmio.c