ARM: SAMSUNG: use spin_lock_irqsave() in clk_{enable,disable}
authorMinho Ban <mhban@samsung.com>
Fri, 20 Jan 2012 02:03:07 +0000 (11:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 11 Feb 2012 16:03:02 +0000 (01:03 +0900)
The clk_enable()and clk_disable() can be used process and ISR either.
And actually it is used for real product and other platforms use it
now. So spin_lock_irqsave() should be used instead.

Signed-off-by: Minho Ban <mhban@samsung.com>
Signed-off-by: Jaecheol Lee <jc.lee@samsung.com>
Signed-off-by: Sunyoung Kang <sy0816.kang@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>

No differences found