]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
use mutex instead of semaphore in isdn subsystem common functions
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Tue, 16 Oct 2007 08:27:50 +0000 (01:27 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:10 +0000 (09:43 -0700)
commit4e3dfacaa0b8e469f412ae776f222102042d7e24
tree0dbb44298dd5b16d172030234a155f26074008ef
parent4d1ff582246de67b15e3cd2427a39875943ae895
use mutex instead of semaphore in isdn subsystem common functions

The ISDN subsystem common functions use a semaphore as mutex. Use the
mutex API instead of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/isdn/i4l/isdn_common.c
include/linux/isdn.h