Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144043
b: refs/heads/master
c: c065c60
h: refs/heads/master
i:
  144041: 597d070
  144039: 5faae77
v: v3
  • Loading branch information
Dan Streetman authored and Greg Kroah-Hartman committed Apr 23, 2009
1 parent 0bcce31 commit 879263e
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: 37768adf9a1d49aeac0db1ba3dc28b3274b7b789
refs/heads/master: c065c60e83c006611caed23d1320450fcd709398
2 changes: 1 addition & 1 deletion trunk/drivers/usb/host/ehci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static int tt_available (
* already scheduled transactions
*/
if (125 < usecs) {
int ufs = (usecs / 125) - 1;
int ufs = (usecs / 125);
int i;
for (i = uframe; i < (uframe + ufs) && i < 8; i++)
if (0 < tt_usecs[i]) {
Expand Down

0 comments on commit 879263e

Please sign in to comment.