diff options
| author | Hans Verkuil <[email protected]> | 2021-12-01 13:41:25 +0100 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-12-07 11:29:56 +0100 |
| commit | 713bdfa10b5957053811470d298def9537d9ff13 (patch) | |
| tree | 2009bdac538ece5c9155c36b785149d71ecb120e /tools/perf/scripts/python/exported-sql-viewer.py | |
| parent | 3a2e4b193690ff2e44e95856d90bdeaf337211f6 (diff) | |
media: cec-pin: fix interrupt en/disable handling
The en/disable_irq() functions keep track of the 'depth': i.e. if
interrupts are disabled twice, then it needs to enable_irq() calls to
enable them again. The cec-pin framework didn't take this into accound
and could disable irqs multiple times, and it expected that a single
enable_irq() would enable them again.
Move all calls to en/disable_irq() to the kthread where it is easy
to keep track of the current irq state and ensure that multiple
en/disable_irq calls never happen.
If interrupts where disabled twice, then they would never turn on
again, leaving the CEC adapter in a dead state.
Signed-off-by: Hans Verkuil <[email protected]>
Fixes: 865463fc03ed (media: cec-pin: add error injection support)
Cc: <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions