From de2bd37ba62ac2f4b897105d2f3778b055fe372b Mon Sep 17 00:00:00 2001 From: Jagadeesh Bhaskar Pakaravoor Date: Tue, 19 Aug 2008 19:50:26 +0530 Subject: [PATCH] TWL4030-RTC: Remove obsolete comment TWL4030-RTC: Remove obsolete comment. Signed-off-by: Jagadeesh Bhaskar Pakaravoor Signed-off-by: Tony Lindgren --- drivers/rtc/rtc-twl4030.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/drivers/rtc/rtc-twl4030.c b/drivers/rtc/rtc-twl4030.c index bfcf5151141..e4a36584f6b 100644 --- a/drivers/rtc/rtc-twl4030.c +++ b/drivers/rtc/rtc-twl4030.c @@ -446,12 +446,6 @@ static irqreturn_t twl4030_rtc_interrupt(int irq, void *rtc) REG_RTC_STATUS_REG); if (res) goto out; - /* - * Workaround for strange behaviour with T2. Need to write into ISR - * register one more time to clear the interrupt. Otherwise, the same - * RTC event generates 2 interrupts in a row. - * (no errata document available) - */ res = twl4030_i2c_write_u8(TWL4030_MODULE_INT, PWR_RTC_INT_CLR, REG_PWR_ISR1); if (res) -- 2.41.0