diff options
author | Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> | 2023-12-07 08:57:46 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@kernel.org> | 2023-12-09 07:43:33 +0100 |
commit | 3eb7910e1b16a2c136be26a8380f21469225b2f6 (patch) | |
tree | 310e17e931c698b542b4155932204e3a2a26d567 /tools/perf/scripts/python/export-to-postgresql.py | |
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/20231207-rkisp-irq-fix-v3-2-358a2c871a3c@ideasonboard.com
Tested-by: Adam Ford <aford173@gmail.com> #imx8mp-beacon
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions