usb: gadget: mv_udc: add missing spinlock in ep enable/disable
authorNeil Zhang <zhangwm@marvell.com>
Wed, 12 Oct 2011 08:49:31 +0000 (16:49 +0800)
committerFelipe Balbi <balbi@ti.com>
Thu, 13 Oct 2011 17:42:03 +0000 (20:42 +0300)
The ep enable / disable functions can be called from interrupt
context, and they are not race safe on SMP systems. The critical
data can be modified in more than one routing.
Make them race safe by using IRQ-safe spinlock functions.

Signed-off-by: Neil Zhang <zhangwm@marvell.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found