USB: airprime: unlock mutex instead of trying to lock it again
authorLeonardo Chiquitto <leonardo@iken.com.br>
Tue, 22 Apr 2008 19:02:03 +0000 (16:02 -0300)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 2 May 2008 17:25:56 +0000 (10:25 -0700)
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 <lchiquitto@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found