drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler
commit72fca4a4b32dc778b5b885c3498700e42b610d49
authorJan Luebbe <jlu@pengutronix.de>
Mon, 4 Feb 2013 22:28:53 +0000 (4 14:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 5 Feb 2013 09:38:49 +0000 (5 20:38 +1100)
tree9c1fad38cd3153a81f516bad9ce23f28ee1f5b21
parent275aaa68334c45f616c6576f20201e9890c5da18
drivers/rtc/rtc-isl1208.c: call rtc_update_irq() from the alarm irq handler

Previously the alarm event was not propagated into the RTC subsystem.
By adding a call to rtc_update_irq, this fixes a timeout problem with
the hwclock utility.

Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-isl1208.c