commit | a880830e48e6fb7694de76ebb4a6c6bb0800f758 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Feb 25 20:19:10 2010 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Mar 02 14:55:21 2010 -0800 |
tree | 47bd114b4b5a06f91373051ec91cf318a62070e0 | |
parent | 04b922c41710d770460c4663f69eabb0bf670be9 [diff] |
USB: ftdi_sio: remove obsolete check in unthrottle No need to check ASYNCB_INITIALIZED anymore as commit e1108a63e10d344284011cccc06328b2cd3e5da3 (usb_serial: Use the shutdown() operation) make sure that there is no longer any call to unthrottle after device specific close (in which the read urb is killed). Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>