diff options
author | 2023-08-03 16:39:44 +0800 | |
---|---|---|
committer | 2023-08-03 12:29:17 +0100 | |
commit | d8736266ae960504110e812994f555bf7cb8740c (patch) | |
tree | 66ff1138a26b5570e12cd20e7e9921ec08a20d91 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | spi-geni-qcom: Add SPI device mode support for GENI (diff) | |
download | wireguard-linux-d8736266ae960504110e812994f555bf7cb8740c.tar.xz wireguard-linux-d8736266ae960504110e812994f555bf7cb8740c.zip |
spi: fsl-spi: Do not check 0 for platform_get_irq()
Since platform_get_irq() never returned zero, so it need not to check
whether it returned zero, and we use the return error code of
platform_get_irq() to replace the current return error code, for that
platform_get_irq() may return -EINVAL or -ENXIO.
Signed-off-by: Zhu Wang <wangzhu9@huawei.com>
Link: https://lore.kernel.org/r/20230803083944.21501-1-wangzhu9@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions