]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
serial: sh-sci: Support icount statistics for error cases.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 24 Nov 2011 10:15:06 +0000 (19:15 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 24 Nov 2011 10:15:06 +0000 (19:15 +0900)
commitd97fbbed6e5bb37df75be8993bb0c61adb7d3558
tree420fcf0be6261fa7d4b5622a7b50516dc7a91506
parent0979e0e641d21d3bb318da90a64fc0024a95f50e
serial: sh-sci: Support icount statistics for error cases.

Presently the icount stats are only adjusted for the rx/tx case, this
makes sure that they're updated appropriately for the non-tx/rx cases,
too (specifically overruns, breaks, as well as frame and parity errors).

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/tty/serial/sh-sci.c