Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208472
b: refs/heads/master
c: 6d23b25
h: refs/heads/master
v: v3
  • Loading branch information
Roman Fietze authored and Linus Torvalds committed Aug 11, 2010
1 parent bc6e05a commit c083f41
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: c03675f05ff9039dbea4bbc5332a885921e36dff
refs/heads/master: 6d23b2582fd0bc0a8cf3cfa4307f66281cacad4b
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-isl12022.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ static int isl12022_set_datetime(struct i2c_client *client, struct rtc_time *tm)
/* hours, minutes and seconds */
buf[ISL12022_REG_SC] = bin2bcd(tm->tm_sec);
buf[ISL12022_REG_MN] = bin2bcd(tm->tm_min);
buf[ISL12022_REG_HR] = bin2bcd(tm->tm_hour);
buf[ISL12022_REG_HR] = bin2bcd(tm->tm_hour) | ISL12022_HR_MIL;

buf[ISL12022_REG_DT] = bin2bcd(tm->tm_mday);

Expand Down

0 comments on commit c083f41

Please sign in to comment.