commit | 9cceb9575ef46c4907bc35340358680f196f4393 | [log] [tgz] |
---|---|---|
author | Kishon Vijay Abraham I <kishon@ti.com> | Wed Aug 19 13:49:47 2015 +0530 |
committer | Marek Vasut <marex@denx.de> | Wed Aug 19 22:30:31 2015 +0200 |
tree | 9baca83135a9c3c2d935106c24450c4612567caf | |
parent | 8db25207c163a257c67aa5e62040d9d68ce128f7 [diff] |
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>