Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177972
b: refs/heads/master
c: c46c0e9
h: refs/heads/master
v: v3
  • Loading branch information
Christian Schulte authored and Jean Delvare committed Dec 16, 2009
1 parent a44d649 commit 892f752
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: 4235f684b66d6f00d2cd8849c884cf8f8b57ecad
refs/heads/master: c46c0e9188685c0276b4c0adf9fb7e903937e35b
2 changes: 1 addition & 1 deletion trunk/drivers/hwmon/w83627hf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,7 @@ static int __init w83627hf_find(int sioaddr, unsigned short *addr,
"W83687THF",
};

sio_data->sioaddr = sioaddr;
superio_enter(sio_data);
val = force_id ? force_id : superio_inb(sio_data, DEVID);
switch (val) {
Expand Down Expand Up @@ -1177,7 +1178,6 @@ static int __init w83627hf_find(int sioaddr, unsigned short *addr,
}

err = 0;
sio_data->sioaddr = sioaddr;
pr_info(DRVNAME ": Found %s chip at %#x\n",
names[sio_data->type], *addr);

Expand Down

0 comments on commit 892f752

Please sign in to comment.