USB: OMAP: OHCI: hc_driver's stop method should call ohci_stop
authorAnand Gadiyar <gadiyar@ti.com>
Tue, 14 Jul 2009 11:11:00 +0000 (16:41 +0530)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 28 Jul 2009 21:31:09 +0000 (14:31 -0700)
commit715bfc22ce952a14fac0b9200fd70d81c1951091
tree3bdd2e5cb384e7d499a49826cd66804cfd4c6c94
parent7a777919bbeec3eac1d7904a728a60e9c2bb9c67
USB: OMAP: OHCI: hc_driver's stop method should call ohci_stop

OMAP: OHCI: hc_driver's stop method should call ohci_stop

Without this, the ohci-omap driver will not cleanup the debugfs
nodes when the driver is unloaded. So the next insmod will fail,
if CONFIG_DEBUG_FS and CONFIG_USB_DEBUG are both selected.

Reported-by: vikram pandita <vikram.pandita@ti.com>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-omap.c