提交 4b4e7a72 编写于 作者: J Jean Delvare 提交者: Jean Delvare

hwmon: (lm90) Don't spam the kernel log

Degrade the "Unsupported chip" message from info to debug level.
There's nothing wrong with this, so no need to bother the user.
Also make the message slightly more descriptive.
Signed-off-by: NJean Delvare <khali@linux-fr.org>
Acked-by: NMartyn Welch <martyn.welch@gefanuc.com>
上级 271dabf5
......@@ -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;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册