Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63444
b: refs/heads/master
c: f5744e3
h: refs/heads/master
v: v3
  • Loading branch information
Guillaume Chazarain authored and Mark M. Hoffman committed Jul 31, 2007
1 parent 8a06128 commit 2be6ab9
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: 1bed24b9785f7f5255c120f194e98343b998f6ce
refs/heads/master: f5744e3775171b8deb2164577d3861968e33f72e
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/lm90.c
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ static int lm90_detect(struct i2c_adapter *adapter, int address, int kind)
* those of the man_id register.
*/
if (chip_id == man_id
&& (address == 0x4F || address == 0x4D)
&& (address == 0x4C || address == 0x4D)
&& (reg_config1 & 0x1F) == (man_id & 0x0F)
&& reg_convrate <= 0x09) {
kind = max6657;
Expand Down

0 comments on commit 2be6ab9

Please sign in to comment.