]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
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)
commitb5b80f2b20c833f979060cf48ae3ee6fbfa552be
tree6f806f8a31675252adcabf51c31d7d589fa8cb9d
parentd853d872c14b9adc4adad29e56cd378b291f86e0
USB: ELAN U132 Host Controller Driver: convert sw_lock to mutex

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>
drivers/usb/host/u132-hcd.c