]> Git Repo - linux.git/commit - mm/dmapool.c
Driver core: use mutex instead of semaphore in DMA pool handler
authorMatthias Kaehlcke <[email protected]>
Tue, 24 Apr 2007 20:45:25 +0000 (22:45 +0200)
committerGreg Kroah-Hartman <[email protected]>
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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/base/dmapool.c
This page took 0.054749 seconds and 4 git commands to generate.