diff options
Diffstat (limited to 'drivers/usb/host/ohci-ssb.c')
-rw-r--r-- | drivers/usb/host/ohci-ssb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ohci-ssb.c b/drivers/usb/host/ohci-ssb.c index 7879f2fdad84..7275186db315 100644 --- a/drivers/usb/host/ohci-ssb.c +++ b/drivers/usb/host/ohci-ssb.c | |||
@@ -189,6 +189,7 @@ static int ssb_ohci_resume(struct ssb_device *dev) | |||
189 | 189 | ||
190 | ssb_device_enable(dev, ohcidev->enable_flags); | 190 | ssb_device_enable(dev, ohcidev->enable_flags); |
191 | 191 | ||
192 | ohci_finish_controller_resume(hcd); | ||
192 | return 0; | 193 | return 0; |
193 | } | 194 | } |
194 | 195 | ||