Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 115509
b: refs/heads/master
c: 4b4e7a7
h: refs/heads/master
i:
  115507: 989c10a
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed Oct 17, 2008
1 parent f93647a commit f016e2d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 271dabf5bbf6ae6e2792cd5cf6f0434230e5c18c
refs/heads/master: 4b4e7a72fda549e309919931d8a39dea4e5b4be1
6 changes: 3 additions & 3 deletions trunk/drivers/hwmon/lm90.c
Original file line number Diff line number Diff line change
Expand Up @@ -742,9 +742,9 @@ static int lm90_detect(struct i2c_client *new_client, int kind,
}

if (kind <= 0) { /* identification failed */
dev_info(&adapter->dev,
"Unsupported chip (man_id=0x%02X, "
"chip_id=0x%02X).\n", man_id, chip_id);
dev_dbg(&adapter->dev,
"Unsupported chip at 0x%02x (man_id=0x%02X, "
"chip_id=0x%02X)\n", address, man_id, chip_id);
return -ENODEV;
}
}
Expand Down

0 comments on commit f016e2d

Please sign in to comment.