commit | b2366d68d9ec3498b342507facf526c1f66ffa41 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue Apr 24 22:45:25 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 27 10:57:32 2007 -0700 |
tree | 5435ab9f6b328d2e04250274618f775ee58172d8 | |
parent | 4f6e1945fecad6ac8134e9fa68b7708e55690e9e [diff] |
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>