commit | d2066eb659e6ee915383510c136da38eff86ef15 | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Fri Jul 13 21:26:59 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 19 17:46:03 2007 -0700 |
tree | 40329efa61fed074499a24fa97f9453dd3874689 | |
parent | 831c70fc13ca8c6074ab0c9d1121a93fd6c5a34a [diff] |
USB: use mutex instead of semaphore in the ELAN U132 adapter driver The ELAN U132 adapter driver uses the semaphore u132_module_lock 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>