diff options
author | Fuqian Huang <huangfq.daxian@gmail.com> | 2019-08-07 11:23:10 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2019-08-13 00:04:25 +0300 |
commit | b0a3fa44659ccee87215600b4235982bc0f3e828 (patch) | |
tree | eb76a6034bcf65e4c2df38e330b9fdbfe4940e1a /drivers/rtc/rtc-s3c.c | |
parent | 41a8e19f47dfe9154c56b35842700ad38a7c33e0 (diff) | |
download | linux-b0a3fa44659ccee87215600b4235982bc0f3e828.tar.xz |
rtc: mxc: use spin_lock_irqsave instead of spin_lock_irq in IRQ context
As spin_unlock_irq will enable interrupts.
mxc_rtc_irq_enable is called from interrupt handler mxc_rtc_interrupt.
Interrupts are enabled in interrupt handler.
Use spin_lock_irqsave/spin_unlock_irqrestore instead of spin_(un)lock_irq
in IRQ context to avoid this.
Signed-off-by: Fuqian Huang <huangfq.daxian@gmail.com>
Link: https://lore.kernel.org/r/20190807082310.10135-1-huangfq.daxian@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'drivers/rtc/rtc-s3c.c')
0 files changed, 0 insertions, 0 deletions