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)
commit23bd364dcf90de36f470e5a29f1684e128b53f38
treee654575b52a006a90b79cff7ecf764f0c209c6ed
parentf65f9a50ddc6db4deebd01541bea09fb1672ce40
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