Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd
Commit:     f5f8d38b18cb7731a8dbcd982f1b80370f0f19cd
Parent:     348753379a7704087603dad403603e825422fd9a
Author:     Jean Delvare <[EMAIL PROTECTED]>
AuthorDate: Tue May 8 17:22:03 2007 +0200
Committer:  Jean Delvare <[EMAIL PROTECTED]>
CommitDate: Tue May 8 17:22:03 2007 +0200

    hwmon/w83781d: Deprecate W83627HF support
    
    The W83627HF is better supported by the w83627hf driver.
    
    Signed-off-by: Jean Delvare <[EMAIL PROTECTED]>
---
 drivers/hwmon/w83781d.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/hwmon/w83781d.c b/drivers/hwmon/w83781d.c
index b62bb28..f85b48f 100644
--- a/drivers/hwmon/w83781d.c
+++ b/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,
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to