]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error
authorKevin Liu <kliu5@marvell.com>
Fri, 23 Mar 2012 22:02:35 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:39 +0000 (16:58 -0700)
commit38d77346578b21fe60b610e8e766056f4c55138b
tree24874c977ee5af2de3cf49362456cdd806e1531a
parent2789eb79c50f2e2a155273fc2287442d3b46034d
drivers/rtc/rtc-max8925.c: fix max8925_rtc_read_alarm() return value error

max8925_rtc_read_alarm should always return 0 with success

Signed-off-by: Kevin Liu <kliu5@marvell.com>
Signed-off-by: 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-max8925.c