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)
commit26e109b0a90b5ef7b025e44a969836ab9a598ffc
treedf2117de26c53ab4137663107c699963968c20b9
parent1cfab028afe5827433195c57b6f36d61a79beb50
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