diff options
| author | Wei Yongjun <[email protected]> | 2018-12-17 11:58:18 +0000 |
|---|---|---|
| committer | Marc Zyngier <[email protected]> | 2018-12-18 12:55:23 +0000 |
| commit | 1fb51c975a80eab6b36fec203a178852fbb37665 (patch) | |
| tree | 981157947700135efe06e36116a889d89bbe1032 /tools/perf/scripts/python/flamegraph.py | |
| parent | 893b0aff9a7aa68d2fcc999f16d66d142f180ca8 (diff) | |
irqchip/irq-rda-intc: Fix return value check in rda8810_intc_init()
In case of error, the function of_io_request_and_map() returns ERR_PTR()
and never returns NULL. The NULL test in the return value check should
be replaced with IS_ERR().
Fixes: d852e62ad689 ("irqchip: Add RDA8810PL interrupt driver")
Acked-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Wei Yongjun <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions