]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 15 May 2008 14:50:06 +0000 (07:50 -0700)
commitcfa4a0793f4bc4a6ab83657612b88b266d43b5ab
tree3b42af037f86b2e98865ce2fabfcc68a90d12246
parent7d33036198e7c7e0c298dc447aa355f18840120b
USB: airprime: unlock mutex instead of trying to lock it again

commit 21ae1dd1d4948968ad2d923c5e104d38fb35b4e4 upstream

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