summaryrefslogtreecommitdiff
path: root/drivers/usb/host/ehci-hub.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-08-31 13:02:27 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:43:06 -0700
commit1e66e89a1e4a2b48d76d131ba5369369078ee836 (patch)
tree82a774f58735668ff2084d24a151a911e05e0b07 /drivers/usb/host/ehci-hub.c
parent90f38b4ff02b1166bfc93d97142e062c33e460f6 (diff)
Revert "USB: EHCI: Fix resume signalling on remote wakeup"
This reverts commit c65b5f6ade7209fc5eda9f0779de4ee254a6bb78. Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'drivers/usb/host/ehci-hub.c')
-rw-r--r--drivers/usb/host/ehci-hub.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c
index 836c6eef42f4..6633661fcb91 100644
--- a/drivers/usb/host/ehci-hub.c
+++ b/drivers/usb/host/ehci-hub.c
@@ -881,7 +881,6 @@ static int ehci_hub_control (
ehci->reset_done[wIndex] = jiffies
+ msecs_to_jiffies(20);
usb_hcd_start_port_resume(&hcd->self, wIndex);
- set_bit(wIndex, &ehci->resuming_ports);
/* check the port again */
mod_timer(&ehci_to_hcd(ehci)->rh_timer,
ehci->reset_done[wIndex]);