]> 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)
commite23d94bfc648d3729671083319fc6873c11e6fb9
tree7c2d8d281709d1e052631f86ed29589404523108
parentb1d7d348a01737da8bed6150a860334fda568cfa
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