USB: ELAN U132 Host Controller Driver: convert sw_lock to mutex
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Thu, 6 Sep 2007 21:18:15 +0000 (23:18 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 12 Oct 2007 21:55:24 +0000 (14:55 -0700)
The ELAN U132 Host Controller Driver uses the semaphore sw_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