Driver core: use mutex instead of semaphore in DMA pool handler
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Tue, 24 Apr 2007 20:45:25 +0000 (22:45 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 17:57:32 +0000 (10:57 -0700)
the DMA pool handler 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: Greg Kroah-Hartman <gregkh@suse.de>
drivers/base/dmapool.c

Simple merge