mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
cb74749493
The free_irq() function could be called from interrupt context, which is invalid. Move this to the thread. In the interrupt handler we just request that the thread disables the irq. This is done through an atomic so we don't need to add any spinlocks. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |
||
---|---|---|
.. | ||
cec-adap.c | ||
cec-api.c | ||
cec-core.c | ||
cec-edid.c | ||
cec-notifier.c | ||
cec-pin.c | ||
cec-priv.h | ||
Kconfig | ||
Makefile |