aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/host/ehci-hub.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index 9ab4a4d9768a..ca6289b4b7ad 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -858,6 +858,7 @@ static int ehci_hub_control (
858 ehci->reset_done[wIndex] = jiffies 858 ehci->reset_done[wIndex] = jiffies
859 + msecs_to_jiffies(20); 859 + msecs_to_jiffies(20);
860 usb_hcd_start_port_resume(&hcd->self, wIndex); 860 usb_hcd_start_port_resume(&hcd->self, wIndex);
861 set_bit(wIndex, &ehci->resuming_ports);
861 /* check the port again */ 862 /* check the port again */
862 mod_timer(&ehci_to_hcd(ehci)->rh_timer, 863 mod_timer(&ehci_to_hcd(ehci)->rh_timer,
863 ehci->reset_done[wIndex]); 864 ehci->reset_done[wIndex]);