]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 19 Aug 2015 08:19:47 +0000 (13:49 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 10 Sep 2015 08:29:37 +0000 (10:29 +0200)
commit2ef8e573c0cd178730281c653049ed562c4733ce
treecaad7743c3291fb5b6f1d53a6595dd8ccdb69b52
parentbb9221f0dd0fac244caa9277438c48dc2eeef867
usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop

xhci omap driver has board_usb_init in xhci_hcd_init but doesn't have
the corresponding cleanup function in xhci_hcd_stop.

Fix it here by invoking board_usb_cleanup() in xhci_hcd_stop().

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Acked-by: Marek Vasut <marex@denx.de>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
drivers/usb/host/xhci-omap.c