summaryrefslogtreecommitdiff
path: root/scripts/Makefile.thinlto
diff options
context:
space:
mode:
authorbui duc phuc <phucduc.bui@gmail.com>2026-08-10 12:19:07 +0700
committerMathieu Poirier <mathieu.poirier@linaro.org>2026-08-31 11:25:05 -0600
commitc54ed1a61bd3e6ada805dd0fd2317ed724e36230 (patch)
tree9e0f50e710c11d088d19eba5df04aff74b6d9040 /scripts/Makefile.thinlto
parent974729d7a614060630cbb62b97d280091a099ae7 (diff)
downloadlinux-next-c54ed1a61bd3e6ada805dd0fd2317ed724e36230.tar.gz
linux-next-c54ed1a61bd3e6ada805dd0fd2317ed724e36230.zip
remoteproc: stm32_rproc: 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> Acked-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com> Link: https://lore.kernel.org/r/20260810051907.27136-1-phucduc.bui@gmail.com Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Diffstat (limited to 'scripts/Makefile.thinlto')
0 files changed, 0 insertions, 0 deletions