diff options
Diffstat (limited to 'drivers/rtc/rtc-ds1286.c')
| -rw-r--r-- | drivers/rtc/rtc-ds1286.c | 2 |
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 | ||
| 217 | static int ds1286_set_time(struct device *dev, struct rtc_time *tm) | 217 | static int ds1286_set_time(struct device *dev, struct rtc_time *tm) |
