Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235391
b: refs/heads/master
c: 962f3ff
h: refs/heads/master
i:
  235389: 6319486
  235387: 658a849
  235383: b5b5f12
  235375: 0a0583b
  235359: d4562db
  235327: cdbfeb6
  235263: 9cf0338
v: v3
  • Loading branch information
Akinobu Mita authored and Greg Kroah-Hartman committed Mar 3, 2011
1 parent a499e3d commit 9f50e03
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: 60b0bf0f11a02a6c288c7a923b2521aa7cfdc6c3
refs/heads/master: 962f3ffa927f2e777a4193843c45ffa6e52ff4b6
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/wusbhc.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ u8 wusb_cluster_id_get(void)
u8 id;
spin_lock(&wusb_cluster_ids_lock);
id = find_first_zero_bit(wusb_cluster_id_table, CLUSTER_IDS);
if (id > CLUSTER_IDS) {
if (id >= CLUSTER_IDS) {
id = 0;
goto out;
}
Expand Down

0 comments on commit 9f50e03

Please sign in to comment.