Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45309
b: refs/heads/master
c: 81ffbc0
h: refs/heads/master
i:
  45307: 10738c8
v: v3
  • Loading branch information
Philippe De Muyter authored and Jean Delvare committed Jan 5, 2007
1 parent 652a430 commit 498db04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3269bb63eb076318ce4fb554851d047e1c9aa1a5
refs/heads/master: 81ffbc04a8ea06c4bea534154f49ed598013ee6b
1 change: 1 addition & 0 deletions trunk/drivers/i2c/chips/m41t00.c
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ m41t00_set(void *arg)
buf[m41t00_chip->hour] = (buf[m41t00_chip->hour] & ~0x3f) | (hour& 0x3f);
buf[m41t00_chip->day] = (buf[m41t00_chip->day] & ~0x3f) | (day & 0x3f);
buf[m41t00_chip->mon] = (buf[m41t00_chip->mon] & ~0x1f) | (mon & 0x1f);
buf[m41t00_chip->year] = year;

if (i2c_master_send(save_client, wbuf, 9) < 0)
dev_err(&save_client->dev, "m41t00_set: Write error\n");
Expand Down

0 comments on commit 498db04

Please sign in to comment.