commit | 831c70fc13ca8c6074ab0c9d1121a93fd6c5a34a | [log] [tgz] |
---|---|---|
author | Matthias Kaehlcke <matthias.kaehlcke@gmail.com> | Fri Jul 13 21:25:25 2007 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Jul 19 17:46:03 2007 -0700 |
tree | 2f60655a422b80593991f7c071de54a9180b32fc | |
parent | 64fb98fc40738ae1a98bcea9ca3145b89fb71524 [diff] |
USB: use mutex instead of semaphore in the USB gadget serial driver The USB gadget serial driver uses a semaphore as mutex. Use the mutex API instead of the (binary) semaphore. Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com> Acked-by: David Brownell <david-b@pacbell.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>