diff options
Diffstat (limited to 'drivers/usb/host/ohci-spear.c')
-rw-r--r-- | drivers/usb/host/ohci-spear.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-spear.c b/drivers/usb/host/ohci-spear.c index fc7305ee3c9c..d607be33c03c 100644 --- a/drivers/usb/host/ohci-spear.c +++ b/drivers/usb/host/ohci-spear.c | |||
@@ -231,7 +231,7 @@ static int spear_ohci_hcd_drv_resume(struct platform_device *dev) | |||
231 | ohci->next_statechange = jiffies; | 231 | ohci->next_statechange = jiffies; |
232 | 232 | ||
233 | spear_start_ohci(ohci_p); | 233 | spear_start_ohci(ohci_p); |
234 | ohci_finish_controller_resume(hcd); | 234 | ohci_resume(hcd, false); |
235 | return 0; | 235 | return 0; |
236 | } | 236 | } |
237 | #endif | 237 | #endif |