commit | 23198fda7182969b619613a555f8645fdc3dc334 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@linux.intel.com> | Mon Jul 20 16:05:27 2009 +0100 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 20 16:38:43 2009 -0700 |
tree | d6c322a36d955958ab89ffb0a1a7327dc84e180c | |
parent | 254702568da63ce6f5ad68e77d83b427da693654 [diff] |
tty: fix chars_in_buffers This function does not have an error return and returning an error is instead interpreted as having a lot of pending bytes. Reported by Jeff Harris who provided a list of some of the remaining offenders. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>