mfd: omap-usb-tll: serialize access to TLL device
authorRoger Quadros <rogerq@ti.com>
Mon, 26 Nov 2012 14:56:26 +0000 (16:56 +0200)
committerRoger Quadros <rogerq@ti.com>
Wed, 13 Feb 2013 11:22:43 +0000 (13:22 +0200)
Get rid of the unnecessary spin_lock_irqsave/restore() as there is
no interrupt handler for this driver. Instead we serialize access
to tll_dev using a global spinlock.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>

No differences found