From: Jean Delvare Date: Tue, 2 Jun 2009 12:33:47 +0000 (+0200) Subject: V4L/DVB (10943): cx88: Prevent general protection fault on rmmod X-Git-Tag: v2.6.27.25~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2544b8905986f808751df99766ed6f04051ed098;p=pandora-kernel.git V4L/DVB (10943): cx88: Prevent general protection fault on rmmod commit 569b7ec73abf576f9a9e4070d213aadf2cce73cb upstream. 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 Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed