From: Matthias Kaehlcke Date: Fri, 13 Jul 2007 19:25:25 +0000 (+0200) Subject: USB: use mutex instead of semaphore in the USB gadget serial driver X-Git-Tag: v2.6.23-rc1~231^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=831c70fc13ca8c6074ab0c9d1121a93fd6c5a34a;p=pandora-kernel.git 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 Acked-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed