aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ohci-pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ohci-pci.c')
-rw-r--r--drivers/usb/host/ohci-pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-pci.c b/drivers/usb/host/ohci-pci.c
index eede6be098d2..41e85980fa7a 100644
--- a/drivers/usb/host/ohci-pci.c
+++ b/drivers/usb/host/ohci-pci.c
@@ -119,7 +119,7 @@ static int ohci_pci_suspend (struct usb_hcd *hcd, pm_message_t message)
119 msleep (100); 119 msleep (100);
120 120
121#ifdef CONFIG_USB_SUSPEND 121#ifdef CONFIG_USB_SUSPEND
122 (void) usb_suspend_device (hcd->self.root_hub, message); 122 (void) usb_suspend_device (hcd->self.root_hub);
123#else 123#else
124 usb_lock_device (hcd->self.root_hub); 124 usb_lock_device (hcd->self.root_hub);
125 (void) ohci_hub_suspend (hcd); 125 (void) ohci_hub_suspend (hcd);