V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning interface
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Mon, 30 Jul 2007 17:58:10 +0000 (14:58 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:03:34 +0000 (22:03 -0300)
commit03b7612336560c6799852acaaaeac70e1f00e483
treedad10f437837c1cb1f962e3577f54923f9faf21f
parent667c7bc0aff18288186f1223784b57f77be7d81b
V4L/DVB (5946): Use mutex instead of semaphore in the DVB frontend tuning interface

The DVB frontend tuning interface 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: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_frontend.c
drivers/media/dvb/dvb-core/dvb_frontend.h