diff options
Diffstat (limited to 'drivers/usb/host/ehci-exynos.c')
-rw-r--r-- | drivers/usb/host/ehci-exynos.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-exynos.c b/drivers/usb/host/ehci-exynos.c index d1d8c47777c5..7f425acd9be5 100644 --- a/drivers/usb/host/ehci-exynos.c +++ b/drivers/usb/host/ehci-exynos.c | |||
@@ -212,6 +212,8 @@ static int exynos_ehci_suspend(struct device *dev) | |||
212 | int rc; | 212 | int rc; |
213 | 213 | ||
214 | rc = ehci_suspend(hcd, do_wakeup); | 214 | rc = ehci_suspend(hcd, do_wakeup); |
215 | if (rc) | ||
216 | return rc; | ||
215 | 217 | ||
216 | if (exynos_ehci->otg) | 218 | if (exynos_ehci->otg) |
217 | exynos_ehci->otg->set_host(exynos_ehci->otg, &hcd->self); | 219 | exynos_ehci->otg->set_host(exynos_ehci->otg, &hcd->self); |