commit | 6acc369a43ada9b829b3e1e4daef5c8a52a2d39a | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue May 08 00:32:05 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:15 2007 -0700 |
tree | 7ee5526e5a0c3264946f522c1fb71134c80f03dd | |
parent | d081d470446900473f2f32b9203827809b8134f0 [diff] |
use mutex instead of semaphore in hdaps driver The hdaps driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com> Cc: Robert Love <rlove@rlove.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>