Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce50e7fa authored by Guenter Roeck's avatar Guenter Roeck
Browse files

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: default avatarGuenter Roeck <linux@roeck-us.net>
Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
parent 408c15ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -149,7 +149,6 @@ static struct lm95245_data *lm95245_update_device(struct device *dev)
		+ msecs_to_jiffies(data->interval)) || !data->valid) {
		int i;

		dev_dbg(&client->dev, "Updating lm95245 data.\n");
		for (i = 0; i < ARRAY_SIZE(lm95245_reg_address); i++)
			data->regs[i]
			  = i2c_smbus_read_byte_data(client,