diff options
| author | Narasimharao Vadlamudi <ahmisaranrao@gmail.com> | 2026-06-30 22:43:33 +0530 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-06-30 19:36:04 +0100 |
| commit | 3848617c64ac5bf71e02f437e1974720d78843ca (patch) | |
| tree | 352323f1e21f9f3a429e5309b886618f5aa9b299 /tools/perf/scripts/python/stackcollapse.py | |
| parent | 2f82d58a87d707c54ba649a4f71b9e7bc9c56f47 (diff) | |
ASoC: renesas: fsi: Propagate platform_get_irq() errors
platform_get_irq() returns a positive IRQ number on success and a
negative error code on failure. It no longer returns zero. The driver
currently stores the return value in an unsigned int and returns -ENODEV
for all failures, which loses useful errors such as -EPROBE_DEFER.
Store the IRQ in an int and return the error from platform_get_irq()
directly.
Acked-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Narasimharao Vadlamudi <ahmisaranrao@gmail.com>
Link: https://patch.msgid.link/20260630171333.36396-1-ahmisaranrao@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
