diff options
author | Breno Leitao <leitao@debian.org> | 2025-04-01 16:47:49 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2025-05-02 09:02:12 +0300 |
commit | c9a5c9de78c9dc034a79ca1f7c59a7ec0f839607 (patch) | |
tree | 7e0e5cafc559b4cbba2a42147db54d912482d5e4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cd161198e091e8a62b9bd631be970ea9a87d2d6a (diff) | |
download | linux-c9a5c9de78c9dc034a79ca1f7c59a7ec0f839607.tar.xz |
spi: tegra210-quad: use WARN_ON_ONCE instead of WARN_ON for timeouts
[ Upstream commit 41c721fc093938745d116c3a21326a0ee03bb491 ]
Some machines with tegra_qspi_combined_seq_xfer hardware issues generate
excessive kernel warnings, severely polluting the logs:
dmesg | grep -i "WARNING:.*tegra_qspi_transfer_one_message" | wc -l
94451
This patch replaces WARN_ON with WARN_ON_ONCE for timeout conditions to
reduce log spam. The subsequent error message still prints on each
occurrence, providing sufficient information about the failure, while
the stack trace is only needed once for debugging purposes.
Signed-off-by: Breno Leitao <leitao@debian.org>
Link: https://patch.msgid.link/20250401-tegra-v2-1-126c293ec047@debian.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions