aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/w83795.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/w83795.c')
-rw-r--r--drivers/hwmon/w83795.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/hwmon/w83795.c b/drivers/hwmon/w83795.c
index e226096148eb..908209d24664 100644
--- a/drivers/hwmon/w83795.c
+++ b/drivers/hwmon/w83795.c
@@ -2120,11 +2120,12 @@ static void w83795_check_dynamic_in_limits(struct i2c_client *client)
2120 &w83795_in[i][3].dev_attr.attr, 2120 &w83795_in[i][3].dev_attr.attr,
2121 S_IRUGO); 2121 S_IRUGO);
2122 if (err_max || err_min) 2122 if (err_max || err_min)
2123 dev_warn(&client->dev, "Failed to set in%d limits " 2123 dev_warn(&client->dev,
2124 "read-only (%d, %d)\n", i, err_max, err_min); 2124 "Failed to set in%d limits read-only (%d, %d)\n",
2125 i, err_max, err_min);
2125 else 2126 else
2126 dev_info(&client->dev, "in%d limits set dynamically " 2127 dev_info(&client->dev,
2127 "from VID\n", i); 2128 "in%d limits set dynamically from VID\n", i);
2128 } 2129 }
2129} 2130}
2130 2131