From 731261ed85be07ccf2bfe11e6c772f77cc8ee7f6 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Tue, 8 May 2007 17:22:03 +0200 Subject: [PATCH] --- yaml --- r: 55179 b: refs/heads/master c: f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd h: refs/heads/master i: 55177: 53dcc91095b37e624ee7cf611a67c14536c75988 55175: 5e054658b174a082c6defad5d47a8d18e1fd7105 v: v3 --- [refs] | 2 +- trunk/drivers/hwmon/w83781d.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6eb1b5dad30d..4529525a5abf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 348753379a7704087603dad403603e825422fd9a +refs/heads/master: f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd diff --git a/trunk/drivers/hwmon/w83781d.c b/trunk/drivers/hwmon/w83781d.c index b62bb28ac870..f85b48fea1c4 100644 --- a/trunk/drivers/hwmon/w83781d.c +++ b/trunk/drivers/hwmon/w83781d.c @@ -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,