diff options
author | Maxim Kochetkov <fido_max@inbox.ru> | 2021-08-11 10:10:36 +0300 |
---|---|---|
committer | Li Yang <leoyang.li@nxp.com> | 2021-08-13 16:56:10 -0500 |
commit | c1e64c0aec8cb0499e61af7ea086b59abba97945 (patch) | |
tree | c3d7cd9be078d6abb683b7580bbf167ffe799083 /tools/perf/util/c++/clang.cpp | |
parent | be7ecbd240b2f9ec544d3ce6fccf4cec3cd15dca (diff) |
soc: fsl: qe: fix static checker warning
The patch be7ecbd240b2: "soc: fsl: qe: convert QE interrupt
controller to platform_device" from Aug 3, 2021, leads to the
following static checker warning:
drivers/soc/fsl/qe/qe_ic.c:438 qe_ic_init()
warn: unsigned 'qe_ic->virq_low' is never less than zero.
In old variant irq_of_parse_and_map() returns zero if failed so
unsigned int for virq_high/virq_low was ok.
In new variant platform_get_irq() returns negative error codes
if failed so we need to use int for virq_high/virq_low.
Also simplify high_handler checking and remove the curly braces
to make checkpatch happy.
Fixes: be7ecbd240b2 ("soc: fsl: qe: convert QE interrupt controller to platform_device")
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
Diffstat (limited to 'tools/perf/util/c++/clang.cpp')
0 files changed, 0 insertions, 0 deletions