Commits

Peter Chen committed 3331fe12576
ENGR00229338: usb: fix using lock before initialization problem It will cause below problem if spin_lock debug is on: BUG: spinlock lockup on CPU#0, swapper/1, 9a0292a0 The reason is the lock is used before initialization. Signed-off-by: Peter Chen <peter.chen@freescale.com>