projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408c15e
)
hwmon: (lm95245) Drop useless debug message
author
Guenter Roeck
<linux@roeck-us.net>
Sat, 22 Feb 2014 15:59:59 +0000
(07:59 -0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 3 Mar 2014 16:01:06 +0000
(08:01 -0800)
It doesn't provide value to get a log message whenever the driver
updates its cached data, so drop the message.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
drivers/hwmon/lm95245.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/lm95245.c
b/drivers/hwmon/lm95245.c
index a400d4c4416bc6ca2d87328733a5a2f59daab4a0..07d69dc8d44e96f1c4b0bed985b9acae5a433f39 100644
(file)
--- a/
drivers/hwmon/lm95245.c
+++ b/
drivers/hwmon/lm95245.c
@@
-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,