commit | ffeb9ec72e18e16d0b0835d959cdf01650758638 | [log] [tgz] |
---|---|---|
author | Andrew Morton <akpm@linux-foundation.org> | Sat May 26 07:54:21 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Fri Jun 08 08:21:12 2007 -0300 |
tree | 5419b16dbf2e31447f5f2ae66fa07be3427a2dec | |
parent | 624fc7f52b48f69fd9d1fe7a594c211762c89825 [diff] |
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 <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>