commit | 21ae1dd1d4948968ad2d923c5e104d38fb35b4e4 | [log] [tgz] |
---|---|---|
author | Leonardo Chiquitto <leonardo@iken.com.br> | Tue Apr 22 16:02:03 2008 -0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri May 02 10:25:56 2008 -0700 |
tree | ee94aaf9777e65b1f762b9309159a54812a8e168 | |
parent | cef03f8f1d5042e85de431d739eeded89d79999b [diff] |
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>