diff options
author | Zhu Wang <[email protected]> | 2023-08-03 16:39:44 +0800 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-08-03 12:29:17 +0100 |
commit | d8736266ae960504110e812994f555bf7cb8740c (patch) | |
tree | 66ff1138a26b5570e12cd20e7e9921ec08a20d91 /scripts/generate_rust_analyzer.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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions