Randolph Maaßen f1681a9a2a serial: serial-tegra: reduce irq-latency after rx errors
Since dev_err() calls can lead to synchronous writes to another serial
console these calls can provide significant latency during irq-handling
in tegra_uart_isr(). With this latency another interrupt is likely to
apper during handling of the first interrupt, which might lock up the
kernel completely.

These errors are reported to the error counters so converting the
dev_err() to dev_dbg() is appropriate.

Signed-off-by: Randolph Maaßen <gaireg@gaireg.de>
Link: https://lore.kernel.org/r/20200605145714.9964-1-gaireg@gaireg.de
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-06-27 16:12:45 +02:00
..
2020-01-29 10:13:27 -08:00
2020-05-15 12:22:19 +02:00
2020-01-29 10:13:27 -08:00
2019-12-18 15:04:57 +01:00
2020-04-16 16:13:34 +02:00
2020-02-08 14:04:19 -08:00
2020-05-11 08:55:10 +02:00
2020-01-29 10:13:27 -08:00