USB: correct locking in gadgetfs_disconnect
authorMilan Svoboda <msvoboda@ra.rockwell.com>
Mon, 26 Jun 2006 14:46:00 +0000 (07:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 27 Sep 2006 18:58:52 +0000 (11:58 -0700)
commit07cb7f23d07aa4d197dbeb123eb9719c176190ee
tree9cecc8aa069b5ed1550106dab1aab5e6c42eefc7
parent17efe155253e3f81caa6cc57ec2af1c128618698
USB: correct locking in gadgetfs_disconnect

This patch moves spin_lock (&dev->lock) before first use of dev.
I think that test to the state of device should be protected with
this spin_lock...

Signed-off-by: Milan Svoboda <msvoboda@ra.rockwell.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/gadget/inode.c