]> git.baikalelectronics.ru Git - 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)
commitaf8d4130e636b9d573ab40bb0df1e374498de24f
tree0dbb44298dd5b16d172030234a155f26074008ef
parentfd3c187a4be86ba5e0af36c890cc76b433723262
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