Re: [RFCv2 PATCH 01/15] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock

2010-11-17 Thread Arnd Bergmann
On Tuesday 16 November 2010 22:55:32 Hans Verkuil wrote: Where reasonable use mutex_lock_interruptible instead of mutex_lock. Signed-off-by: Hans Verkuil hverk...@xs4all.nl Acked-by: Arnd Bergmann a...@arndb.de -- To unsubscribe from this list: send the line unsubscribe linux-media in the

[RFCv2 PATCH 01/15] v4l2-dev: use mutex_lock_interruptible instead of plain mutex_lock

2010-11-16 Thread Hans Verkuil
Where reasonable use mutex_lock_interruptible instead of mutex_lock. Signed-off-by: Hans Verkuil hverk...@xs4all.nl --- drivers/media/video/v4l2-dev.c | 44 +-- 1 files changed, 32 insertions(+), 12 deletions(-) diff --git a/drivers/media/video/v4l2-dev.c