diff options
author | Tomi Valkeinen <[email protected]> | 2023-12-07 08:57:46 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2023-12-09 07:43:33 +0100 |
commit | 3eb7910e1b16a2c136be26a8380f21469225b2f6 (patch) | |
tree | 310e17e931c698b542b4155932204e3a2a26d567 /lib/test_fortify/write_overflow-strlcpy-src.c | |
parent | 85d2a31fe4d9be1555f621ead7a520d8791e0f74 (diff) |
media: rkisp1: Fix IRQ handler return values
The IRQ handler rkisp1_isr() calls sub-handlers, all of which returns an
irqreturn_t value, but rkisp1_isr() ignores those values and always
returns IRQ_HANDLED.
Fix this by collecting the return values, and returning IRQ_HANDLED or
IRQ_NONE as appropriate.
Link: https://lore.kernel.org/r/[email protected]
Tested-by: Adam Ford <[email protected]> #imx8mp-beacon
Signed-off-by: Tomi Valkeinen <[email protected]>
Signed-off-by: Laurent Pinchart <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'lib/test_fortify/write_overflow-strlcpy-src.c')
0 files changed, 0 insertions, 0 deletions