USB: testing driver: don't free a locked mutex
authorAndrew Morton <akpm@linux-foundation.org>
Fri, 14 Dec 2007 00:15:34 +0000 (16:15 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 1 Feb 2008 22:34:57 +0000 (14:34 -0800)
commit24db956d6df73565a8d4a409373b06126cfd7fe0
treedf2117de26c53ab4137663107c699963968c20b9
parent44ac1ca9cffa05c9d88b789dc5f1b916d0b387fe
USB: testing driver: don't free a locked mutex

Dopey thing to do and lockdep will (or should) warn.

Spotted by Daniel Walker.

Cc: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Cc: Daniel Walker <dwalker@mvista.com>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/misc/usbtest.c