]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mfd: sec-common: Don't ignore errors from sec_irq_init()
authorAndré Draszik <andre.draszik@linaro.org>
Wed, 9 Apr 2025 20:37:37 +0000 (21:37 +0100)
committerLee Jones <lee@kernel.org>
Fri, 23 May 2025 07:48:41 +0000 (08:48 +0100)
commit0c33784aeaeb8867682e520bf28042b6ffce200a
tree06b4d13f64d77f0308bf6d499c2f87b2b26e5794
parentfcc7f3b675b26c81ba07dc35eb849e6ea9afce7f
mfd: sec-common: Don't ignore errors from sec_irq_init()

sec_irq_init() can fail, we shouldn't continue and ignore the error in
that case, but actually error out.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://lore.kernel.org/r/20250409-s2mpg10-v4-16-d66d5f39b6bf@linaro.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/mfd/sec-common.c