From: Andrew Morton Date: Sat, 26 May 2007 10:54:21 +0000 (-0300) Subject: V4L/DVB (5699): Cinergyt2: fix file release handler X-Git-Tag: v2.6.22-rc5~53^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffeb9ec72e18e16d0b0835d959cdf01650758638;p=pandora-kernel.git V4L/DVB (5699): Cinergyt2: fix file release handler If this mutex_lock_interruptible() does fail due to signal_pending() then the state of the driver will get trashed in interesting ways, because userspace cannot and will not retry the close(). Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed