commit | 3b6c023f831e3179c42bbcff189c73628cd5ea4c | [log] [tgz] |
---|---|---|
author | Martin Fuzzey <mfuzzey@gmail.com> | Thu Jun 04 23:20:38 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jun 15 21:44:48 2009 -0700 |
tree | 491881253c6cf921e16695988efe10e2a92ebe2f | |
parent | e60c65d35951ef3527596442338c371ea16d55ed [diff] |
USB: usbtest fix endless loop in unlink tests. In tests 11 and 12 if the URB completes with an error status (eg babble) the asynchrous unlink entered an endless loop trying to unlink a non resubmitted URB. Signed-off-by: Martin Fuzzey <mfuzzey@gmail.com> Acked-by: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>