]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
serial: imx: remove log spamming error message
authorSascha Hauer <s.hauer@pengutronix.de>
Fri, 17 May 2019 10:01:38 +0000 (12:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 May 2019 10:18:17 +0000 (12:18 +0200)
commit8178eeb3e8007d29b1e9dfd3c4d0f90de0f6ce55
tree4f37e770a61267a75431032d7b84b69800f8a43b
parent61c0e37950b88bad590056286c1d766b1f167f4e
serial: imx: remove log spamming error message

Each time the DMA engine signals a transaction error the driver prints
a message at error level. Getting transaction errors is pretty much
expected on baudrate mismatches and the correspoding error counters
are increased in this case properly. Remove the error message which
is possibly repeated at a very high rate which can lock up the whole
system.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/imx.c