summaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Kconfig
diff options
context:
space:
mode:
authorPeter Chen2013-09-17 06:37:24 +0200
committerGreg Kroah-Hartman2013-09-26 02:30:36 +0200
commite7ef5265b158ac1975b1556511e2b11bad5f5522 (patch)
tree9308359c82db79fba07b2d17918b2cfc8eede664 /drivers/usb/chipidea/Kconfig
parentusb: chipidea: imx: Add usb_phy_shutdown at probe's error path (diff)
downloadkernel-qcow2-linux-e7ef5265b158ac1975b1556511e2b11bad5f5522.tar.gz
kernel-qcow2-linux-e7ef5265b158ac1975b1556511e2b11bad5f5522.tar.xz
kernel-qcow2-linux-e7ef5265b158ac1975b1556511e2b11bad5f5522.zip
usb: chipidea: udc: free pending TD at removal procedure
There is a pending TD which is not freed after request finishes, we do this due to a controller bug. This TD needs to be freed when the driver is removed. It prints below error message when unload chipidea driver at current code: "ci_hdrc ci_hdrc.0: dma_pool_destroy ci_hw_td, b0001000 busy" It indicates the buffer at dma pool are still in use. This commit will free the pending TD at driver's removal procedure, it can fix the problem described above. Acked-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea/Kconfig')
0 files changed, 0 insertions, 0 deletions