diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1553.c')
-rw-r--r-- | drivers/rtc/rtc-ds1553.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1553.c b/drivers/rtc/rtc-ds1553.c index e27176c0e18f..afa64c7fa2e2 100644 --- a/drivers/rtc/rtc-ds1553.c +++ b/drivers/rtc/rtc-ds1553.c | |||
@@ -203,7 +203,7 @@ static irqreturn_t ds1553_rtc_interrupt(int irq, void *dev_id) | |||
203 | events |= RTC_UF; | 203 | events |= RTC_UF; |
204 | else | 204 | else |
205 | events |= RTC_AF; | 205 | events |= RTC_AF; |
206 | rtc_update_irq(&pdata->rtc->class_dev, 1, events); | 206 | rtc_update_irq(pdata->rtc, 1, events); |
207 | return IRQ_HANDLED; | 207 | return IRQ_HANDLED; |
208 | } | 208 | } |
209 | 209 | ||