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