commit | 23bd364dcf90de36f470e5a29f1684e128b53f38 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Thu Mar 21 12:37:25 2013 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Mar 25 13:52:26 2013 -0700 |
tree | e654575b52a006a90b79cff7ecf764f0c209c6ed | |
parent | f65f9a50ddc6db4deebd01541bea09fb1672ce40 [diff] |
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>