]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/host/ohci-ep93xx.c
USB: OHCI: host-controller resumes leave root hub suspended
[linux-2.6-omap-h63xx.git] / drivers / usb / host / ohci-ep93xx.c
index 40c683f8987de0548f9239fd623d9a036bf2fe64..5adaf36e47d05627dd1d9a884895ceaa28608aef 100644 (file)
@@ -192,8 +192,8 @@ static int ohci_hcd_ep93xx_drv_resume(struct platform_device *pdev)
        ohci->next_statechange = jiffies;
 
        ep93xx_start_hc(&pdev->dev);
-       usb_hcd_resume_root_hub(hcd);
 
+       ohci_finish_controller_resume(hcd);
        return 0;
 }
 #endif