Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115767
b: refs/heads/master
c: bb4e3b5
h: refs/heads/master
i:
  115765: 0b47b6b
  115763: 8d412af
  115759: 41fe423
v: v3
  • Loading branch information
Arjan van de Ven authored and Greg Kroah-Hartman committed Oct 17, 2008
1 parent 4687bf8 commit 7761f59
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: 8520f38099ccfdac2147a0852f84ee7a8ee5e197
refs/heads/master: bb4e3b5ac81a9601775e62649038934acafa78e2
2 changes: 1 addition & 1 deletion trunk/drivers/usb/mon/mon_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -361,12 +361,12 @@ static int __init mon_init(void)
}
// MOD_INC_USE_COUNT(which_module?);

usb_register_notify(&mon_nb);

mutex_lock(&usb_bus_list_lock);
list_for_each_entry (ubus, &usb_bus_list, bus_list) {
mon_bus_init(ubus);
}
usb_register_notify(&mon_nb);
mutex_unlock(&usb_bus_list_lock);
return 0;

Expand Down

0 comments on commit 7761f59

Please sign in to comment.