Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338483
b: refs/heads/master
c: 7267547
h: refs/heads/master
i:
  338481: 2c1054a
  338479: 96d0260
v: v3
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 113b4ab commit 47cc6c9
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: 98cae42d82fe9c9e2b5dacdf391edaa007e147e5
refs/heads/master: 72675479925f53af051ae8a78bcfafeaa47b3eef
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 @@ -1416,7 +1416,7 @@ iso_stream_schedule (

/* Behind the scheduling threshold? Assume URB_ISO_ASAP. */
if (unlikely(start < next))
start += period * DIV_ROUND_UP(next - start, period);
start += (next - start + period - 1) & (- period);

start += base;
}
Expand Down

0 comments on commit 47cc6c9

Please sign in to comment.