diff options
| author | Miaoqian Lin <[email protected]> | 2022-05-10 10:52:04 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2022-05-19 18:56:32 +0200 |
| commit | 225baab0aeb6e999754a2d43e9c2b954ec9a75ab (patch) | |
| tree | 0eeda399f386c6377008a74f75ce378656799a21 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 80ad54a63af3a3e2eb701fbf30242a922c4fac47 (diff) | |
slimbus: qcom: Fix IRQ check in qcom_slim_probe
platform_get_irq() returns non-zero IRQ number on success,
negative error number on failure.
And the doc of platform_get_irq() provides a usage example:
int irq = platform_get_irq(pdev, 0);
if (irq < 0)
return irq;
Fix the check of return value to catch errors correctly.
Fixes: ad7fcbc308b0 ("slimbus: qcom: Add Qualcomm Slimbus controller driver")
Cc: [email protected]
Signed-off-by: Miaoqian Lin <[email protected]>
Signed-off-by: Srinivas Kandagatla <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions