From: Matthias Kaehlcke Date: Fri, 13 Jul 2007 19:26:59 +0000 (+0200) Subject: USB: use mutex instead of semaphore in the ELAN U132 adapter driver X-Git-Tag: v2.6.23-rc1~231^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2066eb659e6ee915383510c136da38eff86ef15;p=pandora-kernel.git USB: use mutex instead of semaphore in the ELAN U132 adapter driver The ELAN U132 adapter driver uses the semaphore u132_module_lock 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