commit | fc11efe2800f2f9ba2ccb268321642b7e9f73a65 | [log] [tgz] |
---|---|---|
author | Johan Hovold <jhovold@gmail.com> | Wed Mar 12 19:09:39 2014 +0100 |
committer | Greg Kroah-Hartman <greg@kroah.com> | Wed Mar 12 12:44:49 2014 -0700 |
tree | 9637222cfe2a617baaf7e64956c3374e2c192b9c | |
parent | 5083fd7bdfe6760577235a724cf6dccae13652c2 [diff] |
USB: serial: continue to read on errors Make sure to try to resubmit the read urb on errors. Currently a recoverable error would lead to reduced throughput as only one urb will be used until the port is closed and reopened (or resumed or unthrottled). Also upgrade error messages from debug to error log level. Signed-off-by: Johan Hovold <jhovold@gmail.com> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>