diff options
author | Zhu Wang <wangzhu9@huawei.com> | 2023-08-03 17:27:01 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-08-04 16:19:55 +0200 |
commit | ac19020be0e2e6ff62d18439d7f81251bdd1bb5a (patch) | |
tree | e110588c35a9d29954b31da153db3eeefd12ec50 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 2f59ee3f8172d89693bae7c007870c4172387345 (diff) |
staging: fieldbus: arcx-anybus: 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/20230803092701.52697-1-wangzhu9@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions