commit | 74bb35083d889c696a0f54be76ffe85a66dcbdc1 | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Thu Mar 26 17:36:57 2009 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Apr 17 10:50:25 2009 -0700 |
tree | 9cb99faa41416c1af594a76345469fea57a9fd9e | |
parent | e13c594f3a1fc2c78e7a20d1a07974f71e4b448f [diff] |
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 <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>