Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208467
b: refs/heads/master
c: 52142ed
h: refs/heads/master
i:
  208465: 649a1a0
  208463: 45095fa
v: v3
  • Loading branch information
Wan ZongShun authored and Linus Torvalds committed Aug 11, 2010
1 parent ad1db63 commit 03c80b1
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: caf1e1068b6e661f1163b5f180badde13b7580c8
refs/heads/master: 52142ed416f85dcc3e2061e720511a1e69ac3d93
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-m48t86.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static int m48t86_rtc_read_time(struct device *dev, struct rtc_time *tm)
if (ops->readbyte(M48T86_REG_HOUR) & 0x80)
tm->tm_hour += 12;

return 0;
return rtc_valid_tm(tm);
}

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

0 comments on commit 03c80b1

Please sign in to comment.