From: Clemens Ladisch Date: Sun, 22 Jan 2006 18:32:49 +0000 (-0800) Subject: [PATCH] USB: EHCI, another full speed iso fix X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0c7346229c48fa899a1837d9200894701ea81dac;p=linux-beck.git [PATCH] USB: EHCI, another full speed iso fix This patch adds a reinitializion for the uf variable that got modified by the preceding start-split bandwidth check. Signed-off-by: Clemens Ladisch Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index 57e77374d228..fe0678624ec0 100644 --- a/drivers/usb/host/ehci-sched.c +++ b/drivers/usb/host/ehci-sched.c @@ -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;