From: Leonardo Chiquitto Date: Tue, 22 Apr 2008 19:02:03 +0000 (-0300) Subject: USB: airprime: unlock mutex instead of trying to lock it again X-Git-Tag: v2.6.26-rc1~11^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21ae1dd1d4948968ad2d923c5e104d38fb35b4e4;p=pandora-kernel.git USB: airprime: unlock mutex instead of trying to lock it again The following patch fixes a [probable] copy & paste mistake in airprime.c. Instead of unlocking an acquired mutex, the actual code tries to lock it again. Signed-off-by: Leonardo Chiquitto Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed