Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55914
b: refs/heads/master
c: 5a6a078
h: refs/heads/master
v: v3
  • Loading branch information
kogiidena authored and Linus Torvalds committed May 11, 2007
1 parent 55bb865 commit d9fe45c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 9a3f1d53dbf112d2387f8b80682afc1084f9dfc3
refs/heads/master: 5a6a078950d769ff211c1cbd9468e31162481f8d
3 changes: 2 additions & 1 deletion trunk/drivers/rtc/rtc-rs5c313.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,8 @@ static void rs5c313_check_xstp_bit(void)

memset(&tm, 0, sizeof(struct rtc_time));
tm.tm_mday = 1;
tm.tm_mon = 1;
tm.tm_mon = 1 - 1;
tm.tm_year = 2000 - 1900;

rs5c313_rtc_set_time(NULL, &tm);
printk(KERN_ERR "RICHO RS5C313: invalid value, resetting to "
Expand Down

0 comments on commit d9fe45c

Please sign in to comment.