Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61816
b: refs/heads/master
c: 9f66036
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Mark M. Hoffman committed Jul 19, 2007
1 parent dfaa310 commit de0345f
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7cb7273f8ce9c5790a7b64208172b4203977e0a3
refs/heads/master: 9f66036b4f95f5e830d68a3ce90aeece0e0c4bf3
5 changes: 3 additions & 2 deletions trunk/drivers/hwmon/w83627ehf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1445,8 +1445,9 @@ static int __init w83627ehf_find(int sioaddr, unsigned short *addr,
sio_name = sio_name_W83627DHG;
break;
default:
pr_info(DRVNAME ": unsupported chip ID: 0x%04x\n",
val);
if (val != 0xffff)
pr_debug(DRVNAME ": unsupported chip ID: 0x%04x\n",
val);
superio_exit(sioaddr);
return -ENODEV;
}
Expand Down

0 comments on commit de0345f

Please sign in to comment.