Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190159
b: refs/heads/master
c: a23b648
h: refs/heads/master
i:
  190157: 690ca5a
  190155: 87b1399
  190151: c408b2d
  190143: e655522
v: v3
  • Loading branch information
David Vrabel authored and Greg Kroah-Hartman committed Apr 22, 2010
1 parent 3057c28 commit 3bd2f62
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: 18f91196b6e7994bd694a96a6c3b0ac1f3e81d82
refs/heads/master: a23b64845f1ed0c090e30a70ca747a379674e006
2 changes: 1 addition & 1 deletion trunk/drivers/usb/wusbcore/devconnect.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ static void __wusbhc_keep_alive(struct wusbhc *wusbhc)
old_keep_alives = ie->hdr.bLength - sizeof(ie->hdr);
keep_alives = 0;
for (cnt = 0;
keep_alives <= WUIE_ELT_MAX && cnt < wusbhc->ports_max;
keep_alives < WUIE_ELT_MAX && cnt < wusbhc->ports_max;
cnt++) {
unsigned tt = msecs_to_jiffies(wusbhc->trust_timeout);

Expand Down

0 comments on commit 3bd2f62

Please sign in to comment.