commit | 642180871bc91afebb6ccf40d1615a7dd33699a3 | [log] [tgz] |
---|---|---|
author | Corbin Atkinson <corbinat@gmail.com> | Fri May 04 12:35:10 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed May 09 14:41:54 2012 -0700 |
tree | 10026174fd0c41dd5169160abfbf23928100a313 | |
parent | b1d679afd766cf425ba1cd2a0fd17451bd212f4a [diff] |
serial_core: Update buffer overrun statistics. Currently, serial drivers don't report buffer overruns. When a buffer overrun occurs, tty_insert_flip_char returns 0, and no attempt is made to insert that same character again (i.e. it is lost). This patch reports buffer overruns via the buf_overrun field in the port's icount structure. Signed-off-by: Corbin Atkinson <corbin.atkinson@ni.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>