aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-hub.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r--drivers/usb/host/ehci-hub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index c7880223738a..914ce9370e70 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -353,10 +353,10 @@ static int ehci_bus_resume (struct usb_hcd *hcd)
353 goto shutdown; 353 goto shutdown;
354 354
355 if (unlikely(ehci->debug)) { 355 if (unlikely(ehci->debug)) {
356 if (!dbgp_reset_prep()) 356 if (!dbgp_reset_prep(hcd))
357 ehci->debug = NULL; 357 ehci->debug = NULL;
358 else 358 else
359 dbgp_external_startup(); 359 dbgp_external_startup(hcd);
360 } 360 }
361 361
362 /* Ideally and we've got a real resume here, and no port's power 362 /* Ideally and we've got a real resume here, and no port's power