]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callback
authorJett.Zhou <jtzhou@marvell.com>
Thu, 5 Apr 2012 21:25:08 +0000 (14:25 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 5 Apr 2012 22:25:50 +0000 (15:25 -0700)
commit4ec76828706a05f045682b45ea577690a19f30b4
treef12232fd5995c658375a545fe1d7686dc98b8ef0
parent72c55fd28e0478ecbe5d14b026fb90d31a370510
drivers/rtc/rtc-88pm860x.c: fix rtc irq enable callback

According to 88pm860x spec, rtc alarm irq enable control is bit3 for
RTC_ALARM_EN, so fix it.

Signed-off-by: Jett.Zhou <jtzhou@marvell.com>
Cc: Axel Lin <axel.lin@gmail.com>
Cc: Haojian Zhuang <haojian.zhuang@marvell.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>
drivers/rtc/rtc-88pm860x.c