commit | 5c263b92f828af6a8cf54041db45ceae5af8f2ab | [log] [tgz] |
---|---|---|
author | Mark Ferrell <mferrell@uplogix.com> | Tue Jul 24 14:15:13 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Aug 10 11:51:42 2012 -0700 |
tree | 1922c955cf2458ae9fc9de2125678a157d8882c6 | |
parent | 4840ae17ba7e21f2932120383a2c9a0f30e66123 [diff] |
usb: serial: mos7840: Fixup mos7840_chars_in_buffer() * Use the buffer content length as opposed to the total buffer size. This can be a real problem when using the mos7840 as a usb serial-console as all kernel output is truncated during boot. Signed-off-by: Mark Ferrell <mferrell@uplogix.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>