diff options
| author | Matthijs Kooijman <[email protected]> | 2012-11-02 09:13:56 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2012-12-21 18:26:11 -0200 |
| commit | 9fa35204dd19eb0e96ee870b7128a8f5da51dbfa (patch) | |
| tree | 5496a8441112847b57a97324c39e907d77cff5c4 /tools/perf/scripts/python | |
| parent | d62b6818477704683d00c680335eff5833bd3906 (diff) | |
[media] rc: Call rc_register_device before irq setup
This should fix a potential race condition, when the irq handler
triggers while rc_register_device is still setting up the rdev->raw
device.
This crash has not been observed in practice, but there should be a very
small window where it could occur. Since ir_raw_event_store_with_filter
checks if rdev->raw is not NULL before using it, this bug is not
triggered if the request_irq triggers a pending irq directly (since
rdev->raw will still be NULL then).
This commit was tested on nuvoton-cir only.
Cc: Jarod Wilson <[email protected]>
Cc: Maxim Levitsky <[email protected]>
Cc: David Härdeman <[email protected]>
Signed-off-by: Matthijs Kooijman <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions