Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208465
b: refs/heads/master
c: c814dc1
h: refs/heads/master
i:
  208463: 45095fa
v: v3
  • Loading branch information
Wan ZongShun authored and Linus Torvalds committed Aug 11, 2010
1 parent b99a32b commit 649a1a0
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: b485fe5ea1008db02abff9ef15be4f31b52df4f7
refs/heads/master: c814dc136f206888fba86f88636524b1936d55a9
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-max6900.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ static int max6900_i2c_read_time(struct i2c_client *client, struct rtc_time *tm)
bcd2bin(regs[MAX6900_REG_CENTURY]) * 100 - 1900;
tm->tm_wday = bcd2bin(regs[MAX6900_REG_DW]);

return 0;
return rtc_valid_tm(tm);
}

static int max6900_i2c_clear_write_protect(struct i2c_client *client)
Expand Down

0 comments on commit 649a1a0

Please sign in to comment.