]> git.baikalelectronics.ru Git - kernel.git/commit
USB: ftdi_sio: remove obsolete check in unthrottle
authorJohan Hovold <jhovold@gmail.com>
Thu, 25 Feb 2010 19:19:10 +0000 (20:19 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 2 Mar 2010 22:55:21 +0000 (14:55 -0800)
commitda0baff6b2db2154689b4abba3f04df02871ff74
tree47bd114b4b5a06f91373051ec91cf318a62070e0
parentd5d75cf488becaf32e7319d0510b3a46f11d6255
USB: ftdi_sio: remove obsolete check in unthrottle

No need to check ASYNCB_INITIALIZED anymore as commit
4671eecf7b648641c1035a2e2cbba26f07a82e74 (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>
drivers/usb/serial/ftdi_sio.c