diff options
Diffstat (limited to 'drivers/rtc/rtc-ab8500.c')
-rw-r--r-- | drivers/rtc/rtc-ab8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ab8500.c b/drivers/rtc/rtc-ab8500.c index 24a0af650a1b..98c7123cd7ba 100644 --- a/drivers/rtc/rtc-ab8500.c +++ b/drivers/rtc/rtc-ab8500.c | |||
@@ -131,7 +131,7 @@ static int ab8500_rtc_read_time(struct device *dev, struct rtc_time *tm) | |||
131 | secs += get_elapsed_seconds(AB8500_RTC_EPOCH); | 131 | secs += get_elapsed_seconds(AB8500_RTC_EPOCH); |
132 | 132 | ||
133 | rtc_time_to_tm(secs, tm); | 133 | rtc_time_to_tm(secs, tm); |
134 | return rtc_valid_tm(tm); | 134 | return 0; |
135 | } | 135 | } |
136 | 136 | ||
137 | static int ab8500_rtc_set_time(struct device *dev, struct rtc_time *tm) | 137 | static int ab8500_rtc_set_time(struct device *dev, struct rtc_time *tm) |