aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-hcd.c')
-rw-r--r--drivers/usb/host/ehci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c
index b3eb02613bff..513fccbb8e43 100644
--- a/drivers/usb/host/ehci-hcd.c
+++ b/drivers/usb/host/ehci-hcd.c
@@ -759,7 +759,7 @@ static int ehci_suspend (struct usb_hcd *hcd, pm_message_t message)
759 msleep (100); 759 msleep (100);
760 760
761#ifdef CONFIG_USB_SUSPEND 761#ifdef CONFIG_USB_SUSPEND
762 (void) usb_suspend_device (hcd->self.root_hub, message); 762 (void) usb_suspend_device (hcd->self.root_hub);
763#else 763#else
764 usb_lock_device (hcd->self.root_hub); 764 usb_lock_device (hcd->self.root_hub);
765 (void) ehci_hub_suspend (hcd); 765 (void) ehci_hub_suspend (hcd);