diff options
-rw-r--r-- | drivers/usb/host/ohci-da8xx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c index 9e336f4085f2..05da2cb59612 100644 --- a/drivers/usb/host/ohci-da8xx.c +++ b/drivers/usb/host/ohci-da8xx.c | |||
@@ -528,8 +528,7 @@ static int ohci_da8xx_resume(struct platform_device *dev) | |||
528 | if (ret) | 528 | if (ret) |
529 | return ret; | 529 | return ret; |
530 | 530 | ||
531 | dev->dev.power.power_state = PMSG_ON; | 531 | ohci_resume(hcd, false); |
532 | usb_hcd_resume_root_hub(hcd); | ||
533 | 532 | ||
534 | return 0; | 533 | return 0; |
535 | } | 534 | } |