commit | b2a5cf1bdc011f5474c72543f9d8116c0f07f452 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Wed Oct 07 09:30:49 2009 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 09 13:52:08 2009 -0700 |
tree | 2e96220f14121811132d3cded43127ed52a13c8a | |
parent | 88fa6590b30ef8c4d41923449ada104f915d8df8 [diff] |
USB: serial: fix race between unthrottle and completion handler in symbolserial usb:usbserial:symbolserial: fix race between unthrottle and completion handler symbol_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>