summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorbui duc phuc <phucduc.bui@gmail.com>2026-08-07 17:38:47 +0700
committerMark Brown <broonie@kernel.org>2026-08-11 16:41:49 +0100
commite4702b6ff30e2c0c52688d2c76090ee73c6e0299 (patch)
treec6d10a23b47ac1c7d70ebdc324a61cd7cc5d6b73 /tools/perf/scripts/python
parentc10b7f5e0cb1deeba89af670d7fe19cf2454aa2b (diff)
spi: hisi-sfc-v3xx: Propagate errors from optional IRQ lookup
platform_get_irq_optional() returns a positive IRQ number on success or a negative error code on failure. For an optional IRQ, -ENXIO indicates that no IRQ is available, while other errors should be propagated. Instead of only checking for -EPROBE_DEFER, propagate all error codes returned by platform_get_irq_optional() other than -ENXIO, so that failures are properly reported to the caller. Signed-off-by: bui duc phuc <phucduc.bui@gmail.com> Link: https://patch.msgid.link/20260807103848.46315-1-phucduc.bui@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions