aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2013-01-17 14:04:19 +0530
committerTushar Behera <tushar.behera@linaro.org>2013-01-17 14:04:19 +0530
commit3a6c31d21b6c49c1894e83852faf1844e524390d (patch)
tree8a943fdd5a4716a5ddd271e986ff9e459c0f0dd1 /drivers
parente2647e05fab1ed769ea4e10b89f067f3f17298af (diff)
fixup: ohci-exynos: build error
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/ohci-exynos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c
index 4082b60fb61..643da7cf487 100644
--- a/drivers/usb/host/ohci-exynos.c
+++ b/drivers/usb/host/ohci-exynos.c
@@ -284,7 +284,7 @@ static int exynos_ohci_resume(struct device *dev)
/* Mark hardware accessible again as we are out of D3 state by now */
set_bit(HCD_FLAG_HW_ACCESSIBLE, &hcd->flags);
- ohci_finish_controller_resume(hcd);
+ ohci_resume(hcd, false);
return 0;
}