Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82266
b: refs/heads/master
c: f8fa757
h: refs/heads/master
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent fe4807e commit 85ac62c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd95b814115e45e0bf800f2950b9941c86e68172
refs/heads/master: f8fa7571a928d6d0e1b7444b0ea69ec7dc7db3b6
3 changes: 2 additions & 1 deletion trunk/drivers/usb/host/ehci-hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ static int ehci_bus_suspend (struct usb_hcd *hcd)

if (time_before (jiffies, ehci->next_statechange))
msleep(5);
del_timer_sync(&ehci->watchdog);
del_timer_sync(&ehci->iaa_watchdog);

port = HCS_N_PORTS (ehci->hcs_params);
spin_lock_irq (&ehci->lock);
Expand Down Expand Up @@ -171,7 +173,6 @@ static int ehci_bus_suspend (struct usb_hcd *hcd)
}

/* turn off now-idle HC */
del_timer_sync (&ehci->watchdog);
ehci_halt (ehci);
hcd->state = HC_STATE_SUSPENDED;

Expand Down

0 comments on commit 85ac62c

Please sign in to comment.