]> git.proxmox.com Git - mirror_ubuntu-zesty-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)
commitd2066eb659e6ee915383510c136da38eff86ef15
tree40329efa61fed074499a24fa97f9453dd3874689
parent831c70fc13ca8c6074ab0c9d1121a93fd6c5a34a
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