[PATCH 3/6] ads7846: replace spin_lock_irqsave
authorImre Deak <imre.deak@nokia.com>
Mon, 15 May 2006 07:35:25 +0000 (00:35 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 15 May 2006 07:35:25 +0000 (00:35 -0700)
Replace spin_lock_irqsave's with spin_lock_irq where possible, fix
a related bug in ads7846_disable() where we spin_unlock_irqrestore'd
from an uninitialized flags.

Signed-off-by: Imre Deak <imre.deak@nokia.com>

No differences found