]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hwmon/w83781d.c
[PATCH] Add 93cx6 eeprom library
[linux-2.6-omap-h63xx.git] / drivers / hwmon / w83781d.c
index b62bb28ac87066c7df1b77e40dea020f0c55341e..f85b48fea1c4700d566edd5413ed265ec4e382b9 100644 (file)
@@ -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,