diff options
author | Randolph Maaßen <[email protected]> | 2020-06-05 16:57:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2020-06-27 16:12:45 +0200 |
commit | f1681a9a2a62d7e6232832d6780cc65ce63f5396 (patch) | |
tree | 0a1dd35a6f5c24da0eea2acf1132be898cce3b0f /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 894b867ac9dc6906022c27ace2339418db666002 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions