From: Milan Svoboda Date: Mon, 26 Jun 2006 14:46:00 +0000 (-0700) Subject: USB: correct locking in gadgetfs_disconnect X-Git-Tag: v2.6.19-rc1~899^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07cb7f23d07aa4d197dbeb123eb9719c176190ee;p=pandora-kernel.git 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 Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed