commit | 5014b5e33a5485ab669ce536078c957ec221ade3 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Tue Sep 07 14:32:43 2010 +0000 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Oct 22 10:21:31 2010 -0700 |
tree | f66b407711bdd09e85cfd3bc052324d28b97106b | |
parent | a1df4e45c81ec9ae6b537f845db48b82ab40ac4f [diff] |
usb: ftdi-elan: Convert "mutex" to semaphore The "mutex" ftdi->sw_lock is used as a lock and a completion. Convert it to a real semaphore which allows both. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>