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)
commitb2366d68d9ec3498b342507facf526c1f66ffa41
tree5435ab9f6b328d2e04250274618f775ee58172d8
parent4f6e1945fecad6ac8134e9fa68b7708e55690e9e
Driver core: use mutex instead of semaphore in DMA pool handler

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