diff options
author | Zhu Wang <wangzhu9@huawei.com> | 2023-08-03 16:39:44 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-03 12:29:17 +0100 |
commit | d8736266ae960504110e812994f555bf7cb8740c (patch) | |
tree | 66ff1138a26b5570e12cd20e7e9921ec08a20d91 /tools/perf/scripts/python/gecko.py | |
parent | 3dcce5b3ff095628458c9daa2d69bbc7dca6686f (diff) |
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/gecko.py')
0 files changed, 0 insertions, 0 deletions