diff options
Diffstat (limited to 'drivers/usb/host/ohci-hub.c')
-rw-r--r-- | drivers/usb/host/ohci-hub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-hub.c b/drivers/usb/host/ohci-hub.c index 60ff4220e8b4..2347ab83f046 100644 --- a/drivers/usb/host/ohci-hub.c +++ b/drivers/usb/host/ohci-hub.c | |||
@@ -176,7 +176,6 @@ __acquires(ohci->lock) | |||
176 | if (status == -EBUSY) { | 176 | if (status == -EBUSY) { |
177 | if (!autostopped) { | 177 | if (!autostopped) { |
178 | spin_unlock_irq (&ohci->lock); | 178 | spin_unlock_irq (&ohci->lock); |
179 | (void) ohci_init (ohci); | ||
180 | status = ohci_restart (ohci); | 179 | status = ohci_restart (ohci); |
181 | 180 | ||
182 | usb_root_hub_lost_power(hcd->self.root_hub); | 181 | usb_root_hub_lost_power(hcd->self.root_hub); |