]> git.baikalelectronics.ru Git - kernel.git/commit
rtc: rtc-twl: Remove lockdep related local_irq_enable()
authorSebastian Reichel <sre@debian.org>
Tue, 31 May 2011 08:51:39 +0000 (08:51 +0000)
committerJohn Stultz <john.stultz@linaro.org>
Wed, 10 Aug 2011 22:54:26 +0000 (15:54 -0700)
commit00175429931446d97ff90806f27e083778465f1e
treef2062be0fabe081dd775dcf586b7367587363f89
parentfceb8efe04ef6de194d500982ba5716a1bf21433
rtc: rtc-twl: Remove lockdep related local_irq_enable()

Now that the irq is properly threaded (due to it needing i2c access)
we should also remove the local_irq_enable() call in twl_rtc_interrupt.
Testing this with Pandaboard, the RTC is still working.

[Reworked commit message -jstultz]
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/rtc/rtc-twl.c