USB: use mutex instead of semaphore in the ELAN U132 adapter driver
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 13 Jul 2007 19:26:59 +0000 (21:26 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jul 2007 00:46:03 +0000 (17:46 -0700)
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>

No differences found