Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39721
b: refs/heads/master
c: c430169
h: refs/heads/master
i:
  39719: a9cfb4c
v: v3
  • Loading branch information
Francisco Larramendi authored and Linus Torvalds committed Oct 17, 2006
1 parent 4eb4e31 commit 437478c
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: f9b2e97bea228739b74b541033b1119c5707200b
refs/heads/master: c430169e0c9f42f2cd27e0a6161e7ff4dc7e608d
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-max6902.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static int max6902_get_datetime(struct device *dev, struct rtc_time *dt)
dt->tm_min = BCD2BIN(chip->buf[2]);
dt->tm_hour = BCD2BIN(chip->buf[3]);
dt->tm_mday = BCD2BIN(chip->buf[4]);
dt->tm_mon = BCD2BIN(chip->buf[5] - 1);
dt->tm_mon = BCD2BIN(chip->buf[5]) - 1;
dt->tm_wday = BCD2BIN(chip->buf[6]);
dt->tm_year = BCD2BIN(chip->buf[7]);

Expand Down

0 comments on commit 437478c

Please sign in to comment.