Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74319
b: refs/heads/master
c: 2e2c5ee
h: refs/heads/master
i:
  74317: 9fe94c3
  74315: 1de11f7
  74311: 09e2224
  74303: 75dda3d
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Nov 28, 2007
1 parent bc527a7 commit df4a132
Show file tree
Hide file tree
Showing 2 changed files with 2 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: f09e495df27d80ae77005ddb2e93df18ec24d04a
refs/heads/master: 2e2c5eea95cfe4f36d708e6f124d9ac050b19fa1
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ static void kick_khubd(struct usb_hub *hub)
to_usb_interface(hub->intfdev)->pm_usage_cnt = 1;

spin_lock_irqsave(&hub_event_lock, flags);
if (!hub->disconnected & list_empty(&hub->event_list)) {
if (!hub->disconnected && list_empty(&hub->event_list)) {
list_add_tail(&hub->event_list, &hub_event_list);
wake_up(&khubd_wait);
}
Expand Down

0 comments on commit df4a132

Please sign in to comment.