V4L/DVB (5811): Use mutex instead of semaphore in Virtual Video driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 2 Jul 2007 13:19:38 +0000 (10:19 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:24:29 +0000 (14:24 -0300)
The Virtual Video driver uses a semaphore as mutex. Use the mutex API
instead of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found