Searched hist:"2778 ebcc09c002cccdbd6b5509b5cbf4161b486d" (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/rtc/ |
H A D | rtc-twl.c | diff 2778ebcc09c002cccdbd6b5509b5cbf4161b486d Fri Mar 23 23:02:34 CET 2012 Venu Byravarasu <vbyravarasu@nvidia.com> drivers/rtc/rtc-twl.c: return correct RTC event from ISR
Following changes are made as part of this change:
1. As TWL RTC supports periodic interrupt, the correct event should be RTC_PF instead of RTC_UF.
2. No need to initialize variable "events" to 0 & then OR it with the event values. Hence fixing it.
Signed-off-by: Venu Byravarasu <vbyravarasu@nvidia.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
|