]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit87c9b404eba0a0221f250a149750abe2be151ee2
tree5435ab9f6b328d2e04250274618f775ee58172d8
parent82aed52ddf5b80bac02d2d6e540411dc69681bcf
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