USB: use mutex instead of semaphore in the FTDI ELAN driver
commiteb33caec1ed29fa2b04a2c5f02e3fed2add91db4
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Fri, 13 Jul 2007 19:29:46 +0000 (13 21:29 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 20 Jul 2007 00:46:03 +0000 (19 17:46 -0700)
treea8ae0f233be330eaf0a5df4eba83381424144224
parent8293c568b25611cdc4ac54ded438d8d7938c593c
USB: use mutex instead of semaphore in the FTDI ELAN driver

The FTDI ELAN driver uses a semaphore 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/misc/ftdi-elan.c