forked from Minki/linux
[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 <clemens@ladisch.de> Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
dc41baf818
commit
0c7346229c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user