serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts
authorMagnus Damm <damm+renesas@opensource.se>
Tue, 7 Dec 2021 02:02:20 +0000 (11:02 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Dec 2021 15:55:56 +0000 (16:55 +0100)
commit712fe4c849829352dd45dc14e027d61500931f85
treea7b98c6ff1aa461c591db00b979338a3b0464d42
parent46dacba8fea90d4b2562d45e8ca132f20a9ff5ce
serial: sh-sci: Remove BREAK/FRAME/PARITY/OVERRUN printouts

Update the SCIF serial driver to remove printouts for break, frame, parity
and overrun errors. This reduces the amount of console printouts generated
by the defconfig kernel on R-Car Gen3 for certain use cases. To retrieve
more information about such errors the user may inspect counters. Also these
errors are fed into the TTY layer for further application specific handling.

Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
Link: https://lore.kernel.org/r/163884254093.18109.2982470198301927679.sendpatchset@octo
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/sh-sci.c