Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223510
b: refs/heads/master
c: 1183649
h: refs/heads/master
v: v3
  • Loading branch information
Wolfram Sang authored and Linus Torvalds committed Dec 23, 2010
1 parent 10db8de commit 6912f61
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: 6900609612d26ca6ba11935613aa9db112613a48
refs/heads/master: 118364948fad7b6c0469ef2d3ddaee447d7a0b5f
2 changes: 1 addition & 1 deletion trunk/drivers/rtc/rtc-rs5c372.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int rs5c372_get_datetime(struct i2c_client *client, struct rtc_time *tm)
static int rs5c372_set_datetime(struct i2c_client *client, struct rtc_time *tm)
{
struct rs5c372 *rs5c = i2c_get_clientdata(client);
unsigned char buf[8];
unsigned char buf[7];
int addr;

dev_dbg(&client->dev, "%s: tm is secs=%d, mins=%d, hours=%d "
Expand Down

0 comments on commit 6912f61

Please sign in to comment.