Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84542
b: refs/heads/master
c: 345a222
h: refs/heads/master
v: v3
  • Loading branch information
Juerg Haefliger authored and Mark M. Hoffman committed Feb 8, 2008
1 parent 32e730f commit 2ed6686
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: ff8421f733c91a70d8edadf9ce2842fca66172fa
refs/heads/master: 345a22245451c0fd2c44b2afb5dfb75628b487fa
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/dme1737.c
Original file line number Diff line number Diff line change
Expand Up @@ -2030,7 +2030,7 @@ static int dme1737_i2c_get_features(int sio_cip, struct dme1737_data *data)

/* Check device ID
* The DME1737 can return either 0x78 or 0x77 as its device ID. */
reg = dme1737_sio_inb(sio_cip, 0x20);
reg = force_id ? force_id : dme1737_sio_inb(sio_cip, 0x20);
if (!(reg == 0x77 || reg == 0x78)) {
err = -ENODEV;
goto exit;
Expand Down

0 comments on commit 2ed6686

Please sign in to comment.