commit | 0e82d5b61841f2b9e2d31a4299ce09752c5d3288 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue May 08 00:32:08 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:15 2007 -0700 |
tree | b8d6009112eb44425fca70779f4bc2337e9df6ca | |
parent | 6acc369a43ada9b829b3e1e4daef5c8a52a2d39a [diff] |
use mutex instead of semaphore for misc char devices The misc character device driver 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: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>