cbus: retu: drop the unnecessary spinlock_t
authorFelipe Balbi <balbi@ti.com>
Mon, 14 Feb 2011 17:18:35 +0000 (19:18 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 15 Feb 2011 08:24:52 +0000 (10:24 +0200)
gpiolib functions can sleep, and we already
have a mutex on the driver, so drop the
spinlock_t and use the mutex.

While at that, also rename irq_lock to
mutex since that's not used only for the
IRQ path anymore.

Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found