git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc11efe
)
USB: serial: continue to write on errors
author
Johan Hovold
<jhovold@gmail.com>
Wed, 12 Mar 2014 18:09:40 +0000
(19:09 +0100)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Wed, 12 Mar 2014 19:44:49 +0000
(12:44 -0700)
Do not discard buffered data and make sure to try to resubmit the write
urbs on errors.
Currently a recoverable error would lead to more data than necessary
being dropped.
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>
No differences found