Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74937
b: refs/heads/master
c: d48bd97
h: refs/heads/master
i:
  74935: 01467c0
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Dec 17, 2007
1 parent dec4063 commit e32d67c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f88ed90d8627d0d3d93b330d6d2012c2934fb54e
refs/heads/master: d48bd977e0dd8c17081d12242bfc09d743ea0d26
6 changes: 3 additions & 3 deletions trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ static void hub_quiesce(struct usb_hub *hub)
/* (blocking) stop khubd and related activity */
usb_kill_urb(hub->urb);
if (hub->has_indicators)
cancel_delayed_work(&hub->leds);
if (hub->has_indicators || hub->tt.hub)
flush_scheduled_work();
cancel_delayed_work_sync(&hub->leds);
if (hub->tt.hub)
cancel_work_sync(&hub->tt.kevent);
}

static void hub_activate(struct usb_hub *hub)
Expand Down

0 comments on commit e32d67c

Please sign in to comment.