]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
use mutex instead of semaphore in CAPI 2.0 interface
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Tue, 8 May 2007 07:32:43 +0000 (00:32 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 8 May 2007 18:15:17 +0000 (11:15 -0700)
commit9ea6e5d8088096aeba29b6778c3d3d82fb495e9f
treee348ee1acd60db62dfb95de8b99a11de20ce3ce6
parenta7e27d5dd396419dc6d6288db6a6d86cf3a94ba5
use mutex instead of semaphore in CAPI 2.0 interface

The CAPI 2.0 interface uses a semaphore as mutex.  Use the mutex API instead
of the (binary) semaphore.

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Cc: 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/capi/capi.c