Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218501
b: refs/heads/master
c: 5b3ffdd
h: refs/heads/master
i:
  218499: 79e94f2
v: v3
  • Loading branch information
Kukjin Kim authored and Linus Torvalds committed Oct 28, 2010
1 parent c2ba3f1 commit 67bcd37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1df962e6cdc431acb6a8da409b6a7d89c4f782e
refs/heads/master: 5b3ffddd8ddb4712dfe14ad3e23eb5494f11bf61
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ static int s3c_rtc_gettime(struct device *dev, struct rtc_time *rtc_tm)
rtc_tm->tm_year += 100;
rtc_tm->tm_mon -= 1;

return 0;
return rtc_valid_tm(rtc_tm);
}

static int s3c_rtc_settime(struct device *dev, struct rtc_time *tm)
Expand Down

0 comments on commit 67bcd37

Please sign in to comment.