aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm85.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hwmon/lm85.c')
-rw-r--r--drivers/hwmon/lm85.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/hwmon/lm85.c b/drivers/hwmon/lm85.c
index 47ade8ba152d..3894c408fda3 100644
--- a/drivers/hwmon/lm85.c
+++ b/drivers/hwmon/lm85.c
@@ -1293,8 +1293,8 @@ static int lm85_detect(struct i2c_client *client, struct i2c_board_info *info)
1293 company = lm85_read_value(client, LM85_REG_COMPANY); 1293 company = lm85_read_value(client, LM85_REG_COMPANY);
1294 verstep = lm85_read_value(client, LM85_REG_VERSTEP); 1294 verstep = lm85_read_value(client, LM85_REG_VERSTEP);
1295 1295
1296 dev_dbg(&adapter->dev, "Detecting device at 0x%02x with " 1296 dev_dbg(&adapter->dev,
1297 "COMPANY: 0x%02x and VERSTEP: 0x%02x\n", 1297 "Detecting device at 0x%02x with COMPANY: 0x%02x and VERSTEP: 0x%02x\n",
1298 address, company, verstep); 1298 address, company, verstep);
1299 1299
1300 /* All supported chips have the version in common */ 1300 /* All supported chips have the version in common */