usb: hcd: use correct device pointer for dma ops
commit a8c06e407ef9 ("usb: separate out sysdev pointer from usb_bus") converted to use hcd->self.sysdev for DMA operations instead of hcd->self.controller but forgot to do it for one instance. This gets caught when DMA debugging is enabled since dma map and unmap end up using different device pointers. Fix it. Fixes: a8c06e407ef9 ("usb: separate out sysdev pointer from usb_bus") Reported-by:Carlos Hernandez <ceh@ti.com> Acked-by:
Roger Quadros <rogerq@ti.com> Signed-off-by:
Sekhar Nori <nsekhar@ti.com> Change-Id: I40283d8bd3d4a2e765ab3ba88778426d19b08313 Patch-mainline: linux-usb @ 04/03/17, 13:56 Signed-off-by:
Jack Pham <jackp@codeaurora.org>
Loading
Please register or sign in to comment