]> git.baikalelectronics.ru Git - kernel.git/commit
USB: spcp8x5: remove broken uart-error handling
authorJohan Hovold <jhovold@gmail.com>
Thu, 21 Mar 2013 11:37:25 +0000 (12:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Mar 2013 20:52:26 +0000 (13:52 -0700)
commit0a7a1e9f68a84540c39bffcc6bb630d5c88bfe31
treee654575b52a006a90b79cff7ecf764f0c209c6ed
parent44b71682ea46346a9937a26366b97ab82dd5cf85
USB: spcp8x5: remove broken uart-error handling

Remove broken uart-error handling.

This driver appears to implement uart-error handling but does not
receive status interrupts or status information with bulk in transfers.

Instead status was retrieved at open and used to flag only the first
bulk in transfer.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/spcp8x5.c