Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55179
b: refs/heads/master
c: f5f8d38
h: refs/heads/master
i:
  55177: 53dcc91
  55175: 5e05465
v: v3
  • Loading branch information
Jean Delvare authored and Jean Delvare committed May 8, 2007
1 parent 4e345b7 commit 731261e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 348753379a7704087603dad403603e825422fd9a
refs/heads/master: f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd
5 changes: 5 additions & 0 deletions trunk/drivers/hwmon/w83781d.c
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,11 @@ w83781d_init_device(struct device *dev)
int type = data->type;
u8 tmp;

if (type == w83627hf)
dev_info(dev, "The W83627HF chip is better supported by the "
"w83627hf driver, support will be dropped from the "
"w83781d driver soon\n");

if (reset && type != as99127f) { /* this resets registers we don't have
documentation for on the as99127f */
/* Resetting the chip has been the default for a long time,
Expand Down

0 comments on commit 731261e

Please sign in to comment.