commit | 71783e0defa16ca5abca7750df98ff8e7767bd2e | [log] [tgz] |
---|---|---|
author | David Brownell <dbrownell@users.sourceforge.net> | Mon Nov 24 13:06:49 2008 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 09:59:59 2009 -0800 |
tree | 3e4180012869e613bea9a6175bd8423287218604 | |
parent | 58e660266d92aaa186c3df607c0ee88f18c8f4da [diff] |
USB: musb: minor locking fix Minor locking fix for musb_hdrc on OMAP3 and OMAP2430: don't read DEVCTL without holding the spinlock, since an IRQ could come in and corrupt things. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Felipe Balbi <felipe.balbi@nokia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>