提交 ce50e7fa 编写于 作者: G Guenter Roeck

hwmon: (lm95245) Drop useless debug message

It doesn't provide value to get a log message whenever the driver
updates its cached data, so drop the message.
Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
Reviewed-by: NJean Delvare <jdelvare@suse.de>
上级 408c15ea
...@@ -149,7 +149,6 @@ static struct lm95245_data *lm95245_update_device(struct device *dev) ...@@ -149,7 +149,6 @@ static struct lm95245_data *lm95245_update_device(struct device *dev)
+ msecs_to_jiffies(data->interval)) || !data->valid) { + msecs_to_jiffies(data->interval)) || !data->valid) {
int i; int i;
dev_dbg(&client->dev, "Updating lm95245 data.\n");
for (i = 0; i < ARRAY_SIZE(lm95245_reg_address); i++) for (i = 0; i < ARRAY_SIZE(lm95245_reg_address); i++)
data->regs[i] data->regs[i]
= i2c_smbus_read_byte_data(client, = i2c_smbus_read_byte_data(client,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册