]> git.ipfire.org Git - people/ms/u-boot.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)
committerMarek Vasut <marex@denx.de>
Wed, 19 Aug 2015 20:30:31 +0000 (22:30 +0200)
commitf18114436137f43fff7d325b4f5d9c6b5ba9551c
tree9baca83135a9c3c2d935106c24450c4612567caf
parent8bfc288c395584101f4a7fb545c4e79f3fb85c3e
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