diff options
author | Randolph Maaßen <gaireg@gaireg.de> | 2020-06-05 16:57:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-27 16:12:45 +0200 |
commit | f1681a9a2a62d7e6232832d6780cc65ce63f5396 (patch) | |
tree | 0a1dd35a6f5c24da0eea2acf1132be898cce3b0f /drivers/atm/horizon.c | |
parent | 8250-men-mcb: fix signed/unsigned confusion (diff) | |
download | linux-f1681a9a2a62d7e6232832d6780cc65ce63f5396.tar.xz linux-f1681a9a2a62d7e6232832d6780cc65ce63f5396.zip |
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>
Diffstat (limited to 'drivers/atm/horizon.c')
0 files changed, 0 insertions, 0 deletions