Skip to content

Commit

Permalink
[PATCH] USB: EHCI, another full speed iso fix
Browse files Browse the repository at this point in the history
This patch adds a reinitializion for the uf variable that got modified
by the preceding start-split bandwidth check.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Clemens Ladisch authored and Greg Kroah-Hartman committed Feb 1, 2006
1 parent dc41baf commit 0c73462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/usb/host/ehci-sched.c
Original file line number Diff line number Diff line change
Expand Up @@ -1063,6 +1063,7 @@ sitd_slot_ok (

/* for IN, check CSPLIT */
if (stream->c_usecs) {
uf = uframe & 7;
max_used = 100 - stream->c_usecs;
do {
tmp = 1 << uf;
Expand Down

0 comments on commit 0c73462

Please sign in to comment.