mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[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 */
|
/* for IN, check CSPLIT */
|
||||||
if (stream->c_usecs) {
|
if (stream->c_usecs) {
|
||||||
|
uf = uframe & 7;
|
||||||
max_used = 100 - stream->c_usecs;
|
max_used = 100 - stream->c_usecs;
|
||||||
do {
|
do {
|
||||||
tmp = 1 << uf;
|
tmp = 1 << uf;
|
||||||
|
Loading…
Reference in New Issue
Block a user