]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4df77992b51e3599514bee89d94f16b42777c9bb
tree40329efa61fed074499a24fa97f9453dd3874689
parentbfd2cb43caede2472dbda5109b3b22b2f9d9ee28
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>
drivers/usb/host/u132-hcd.c