commit | a1c33952b729eba4cedb8dbe54765921f2b3062f | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Wed Oct 07 11:01:38 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 09 13:52:09 2009 -0700 |
tree | dbdf6757ee483ee07cede1fd340b27b8018a1bb7 | |
parent | 638325154572ba2113a18669fe3b299caa2dabd9 [diff] |
USB: serial: fix race between unthrottle and completion handler in visor usb:usbserial:visor: fix race between unthrottle and completion handler visor_unthrottle() mustn't resubmit the URB unconditionally as the URB may still be running. the same bug as opticon. Signed-off-by: Oliver Neukum <oliver@neukum.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>