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)
commit21ae1dd1d4948968ad2d923c5e104d38fb35b4e4
treeee94aaf9777e65b1f762b9309159a54812a8e168
parentcef03f8f1d5042e85de431d739eeded89d79999b
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 <lchiquitto@novell.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/airprime.c