commit | 8293c568b25611cdc4ac54ded438d8d7938c593c | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Fri Jul 13 21:28:31 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 19 17:46:03 2007 -0700 |
tree | 0aab0b1031fdbe247d1eee674c2d617da63f7012 | |
parent | d2066eb659e6ee915383510c136da38eff86ef15 [diff] |
USB: use mutex instead of semaphore in the Adutux driver The Adutux 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: Greg Kroah-Hartman <gregkh@suse.de>