]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
V4L/DVB (5572): Pvrusb2: use mutex instead of semaphore
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Sat, 28 Apr 2007 23:00:18 +0000 (20:00 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 9 May 2007 13:12:31 +0000 (10:12 -0300)
commit8df0c87cc33646a19a59c0f93c4f9a330d5ca5eb
tree35ccbccd3a5a9fbd1b09bf26426eab12ae8d2f66
parent5f12491c36acb94670d822a90c9295f6fd671c8a
V4L/DVB (5572): Pvrusb2: use mutex instead of semaphore

The pvrusb2 driver use 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: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-hdw.c