Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175724
b: refs/heads/master
c: 99ca177
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Benjamin Herrenschmidt committed Oct 30, 2009
1 parent 4f6f203 commit 89c6af1
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: cd015707176820b86d07b5dffdecfefdd539a497
refs/heads/master: 99ca177ae4d31c3fbbea7ffb213b9724e4c26233
2 changes: 1 addition & 1 deletion trunk/drivers/macintosh/therm_adt746x.c
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ static int probe_thermostat(struct i2c_client *client,
i2c_set_clientdata(client, th);
th->clt = client;

rc = read_reg(th, 0);
rc = read_reg(th, CONFIG_REG);
if (rc < 0) {
dev_err(&client->dev, "Thermostat failed to read config!\n");
kfree(th);
Expand Down

0 comments on commit 89c6af1

Please sign in to comment.