aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1286.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/rtc/rtc-ds1286.c')
-rw-r--r--drivers/rtc/rtc-ds1286.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-ds1286.c b/drivers/rtc/rtc-ds1286.c
index ef75c349dff9..0744916b79c5 100644
--- a/drivers/rtc/rtc-ds1286.c
+++ b/drivers/rtc/rtc-ds1286.c
@@ -211,7 +211,7 @@ static int ds1286_read_time(struct device *dev, struct rtc_time *tm)
211 211
212 tm->tm_mon--; 212 tm->tm_mon--;
213 213
214 return rtc_valid_tm(tm); 214 return 0;
215} 215}
216 216
217static int ds1286_set_time(struct device *dev, struct rtc_time *tm) 217static int ds1286_set_time(struct device *dev, struct rtc_time *tm)