commit | 9f3f776bd9e3d52f0204db1df0914b50d6a2372e | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Wed May 23 14:19:42 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:09:01 2007 -0700 |
tree | 9f409655c2fb860fac729e88bcdb7c1f7017bc73 | |
parent | 80f03e349f06a261a8e980bf6005c61811a0d66a [diff] |
sysdev: use mutex instead of semaphore The sysdev code use 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: Greg Kroah-Hartman <gregkh@suse.de>