commit | 9d9c01ceff00fcba50043f500cac471ecf6752c9 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Thu Jul 12 14:12:28 2007 +0200 |
committer | Jean Delvare <khali@hyperion.delvare> | Thu Jul 12 14:12:28 2007 +0200 |
tree | c9760a35ff6afe6e859a268d765d52d44db91449 | |
parent | d75d53cd571c02990d56e72f615ab11e943772f9 [diff] |
scx200_acb: Use mutex instead of semaphore The scx200_acb driver 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> Cc: Jordan Crouse <jordan.crouse@amd.com> Signed-off-by: Jean Delvare <khali@linux-fr.org>