commit | 69f545ea6aa9cf0a1b2e31b287e17f4cd9eb6d93 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Tue May 08 00:32:00 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue May 08 11:15:15 2007 -0700 |
tree | 14ffae34a61890a9cb652e316a3735074515049b | |
parent | 6bdb6b620e335d38ced8d5981e8f44778225c1d8 [diff] |
use mutex instead of semaphore in RocketPort driver The RocketPort 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>