diff options
Diffstat (limited to 'drivers/usb/host/ohci-ep93xx.c')
-rw-r--r-- | drivers/usb/host/ohci-ep93xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-ep93xx.c b/drivers/usb/host/ohci-ep93xx.c index 40c683f8987d..5adaf36e47d0 100644 --- a/drivers/usb/host/ohci-ep93xx.c +++ b/drivers/usb/host/ohci-ep93xx.c | |||
@@ -192,8 +192,8 @@ static int ohci_hcd_ep93xx_drv_resume(struct platform_device *pdev) | |||
192 | ohci->next_statechange = jiffies; | 192 | ohci->next_statechange = jiffies; |
193 | 193 | ||
194 | ep93xx_start_hc(&pdev->dev); | 194 | ep93xx_start_hc(&pdev->dev); |
195 | usb_hcd_resume_root_hub(hcd); | ||
196 | 195 | ||
196 | ohci_finish_controller_resume(hcd); | ||
197 | return 0; | 197 | return 0; |
198 | } | 198 | } |
199 | #endif | 199 | #endif |