summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/flamegraph.py
diff options
context:
space:
mode:
authorbui duc phuc <phucduc.bui@gmail.com>2026-08-10 17:51:01 +0700
committerGuenter Roeck <linux@roeck-us.net>2026-08-10 09:00:05 -0700
commit2bab791e56d977b9e4676ef284c00a11a272d61c (patch)
treefc9509c7a61446bfae40260950965dc640454e88 /tools/perf/scripts/python/flamegraph.py
parent1f3c3fa76ddbc2eb92b60c5d4db24d7f702a7811 (diff)
watchdog: qcom: 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://lore.kernel.org/r/20260810105101.55945-1-phucduc.bui@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'tools/perf/scripts/python/flamegraph.py')
0 files changed, 0 insertions, 0 deletions