[PATCH] USB: EHCI, another full speed iso fix
authorClemens Ladisch <[email protected]>
Sun, 22 Jan 2006 18:32:49 +0000 (10:32 -0800)
committerGreg Kroah-Hartman <[email protected]>
Wed, 1 Feb 2006 01:23:41 +0000 (17:23 -0800)
This patch adds a reinitializion for the uf variable that got modified
by the preceding start-split bandwidth check.

Signed-off-by: Clemens Ladisch <[email protected]>
Signed-off-by: David Brownell <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/usb/host/ehci-sched.c

index 57e77374d228dd083053b78a26d331a44c4e20cd..fe0678624ec0e5a778e468fe89c2c4941f3b90fe 100644 (file)
@@ -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;