commit | 569b7ec73abf576f9a9e4070d213aadf2cce73cb | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sat Mar 07 07:42:12 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:43:17 2009 -0300 |
tree | b84ef4286f669db0e072745f0ceb99bd619035b2 | |
parent | fb6991d417a9f06978119ea597dc5955b3eb784d [diff] |
V4L/DVB (10943): cx88: Prevent general protection fault on rmmod When unloading the cx8800 driver I sometimes get a general protection fault. Analysis revealed a race in cx88_ir_stop(). It can be solved by using a delayed work instead of a timer for infrared input polling. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>