]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for rtc_updat...
authorHenri Roosen <henriroosen@gmail.com>
Fri, 24 Jul 2015 08:16:06 +0000 (10:16 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Sat, 5 Sep 2015 11:19:07 +0000 (13:19 +0200)
commit4bc5da96e31d2d3e754f1a02452a74133ea23240
tree7c2d8d281709d1e052631f86ed29589404523108
parent91dd9786a2a5f4cace9ad89e4f85daf0d9c485bf
rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for rtc_update_irq()

Since commit 8c2d440ac4ad ("rtc: make rtc_update_irq callable with irqs
enabled") rtc_update_irq() is callable with irqs enabled.

Signed-off-by: Henri Roosen <henriroosen@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-rx8025.c