Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221581
b: refs/heads/master
c: 475200c
h: refs/heads/master
i:
  221579: ee22e76
v: v3
  • Loading branch information
Jean Delvare authored and Guenter Roeck committed Nov 5, 2010
1 parent abe2b45 commit beb5f75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 69f8b74193444f1a6251a491f10b95faa77716d6
refs/heads/master: 475200c088a14666a03ed7f789c7db1ff5281bc5
3 changes: 1 addition & 2 deletions trunk/drivers/hwmon/ltc4261.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,7 @@ static int ltc4261_probe(struct i2c_client *client,
return -ENODEV;

if (i2c_smbus_read_byte_data(client, LTC4261_STATUS) < 0) {
dev_err(&client->dev, "Failed to read register %d:%02x:%02x\n",
adapter->id, client->addr, LTC4261_STATUS);
dev_err(&client->dev, "Failed to read status register\n");
return -ENODEV;
}

Expand Down

0 comments on commit beb5f75

Please sign in to comment.