From: David Brownell Date: Fri, 27 Mar 2009 00:36:57 +0000 (-0700) Subject: USB: musb_host, minor enqueue locking fix (v2) X-Git-Tag: v2.6.30-rc3~60^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74bb35083d889c696a0f54be76ffe85a66dcbdc1;p=pandora-kernel.git USB: musb_host, minor enqueue locking fix (v2) Someone noted that the enqueue path used an unlocked access for usb_host_endpoint->hcpriv ... fix that, by being safe and always accessing it under spinlock protection. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed