]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitfd835d1f2d4826a19530bc045579ffda5775b8f7
treef12232fd5995c658375a545fe1d7686dc98b8ef0
parent44c824982fd37a578da23cc90885e9690a6a3f0e
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