]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/hwmon/lm90.c
hwmon: (lm90) Don't spam the kernel log
[linux-2.6-omap-h63xx.git] / drivers / hwmon / lm90.c
index fe09f82c42e8891f8e6200a822091dacc2cd3bf7..3edeebc0b8355361532becdcb246d6493924be44 100644 (file)
@@ -742,9 +742,9 @@ static int lm90_detect(struct i2c_client *new_client, int kind,
                }
 
                if (kind <= 0) { /* identification failed */
-                       dev_info(&adapter->dev,
-                           "Unsupported chip (man_id=0x%02X, "
-                           "chip_id=0x%02X).\n", man_id, chip_id);
+                       dev_dbg(&adapter->dev,
+                               "Unsupported chip at 0x%02x (man_id=0x%02X, "
+                               "chip_id=0x%02X)\n", address, man_id, chip_id);
                        return -ENODEV;
                }
        }