commit | 07cb7f23d07aa4d197dbeb123eb9719c176190ee | [log] [tgz] |
---|---|---|
author | Milan Svoboda <msvoboda@ra.rockwell.com> | Mon Jun 26 07:46:00 2006 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Sep 27 11:58:52 2006 -0700 |
tree | 9cecc8aa069b5ed1550106dab1aab5e6c42eefc7 | |
parent | 17efe155253e3f81caa6cc57ec2af1c128618698 [diff] |
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>