diff options
author | Dragan Simic <dsimic@manjaro.org> | 2024-09-29 12:21:17 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-10-08 20:41:07 +0300 |
commit | e2fc05873905f2ee96b38a116ae86f45fe7d8e49 (patch) | |
tree | de52f7d4f8aac3129c6d1a5fde52d28322851668 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | 36e69b160705b65bf136c2fb6a1194447eeb8478 (diff) | |
download | linux-e2fc05873905f2ee96b38a116ae86f45fe7d8e49.tar.xz |
spi: rockchip: Use dev_{err,warn}_probe() in the probe path
Use function dev_err_probe() in the probe path instead of dev_err() where
appropriate, to make the code a bit more uniform and compact. Use the new
function dev_warn_probe() to improve error handling for the TX and RX DMA
channel requests, which are actually optional, and tweak the logged warnings
a bit to additionally describe their optional nature.
Previously, deferred requests for the TX and RX DMA channels produced no
debug messages, and the final error messages didn't include the error codes,
which are all highly useful when debugging permanently failed DMA channel
requests, such as when the required drivers aren't enabled.
Suggested-by: Hélene Vulquin <oss@helene.moe>
Signed-off-by: Dragan Simic <dsimic@manjaro.org>
Tested-by: Hélène Vulquin <oss@helene.moe>
Link: https://patch.msgid.link/5b6bd142dab3ab93d7039db3e2fdcfea6bee2217.1727601608.git.dsimic@manjaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions