aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorGuenter Roeck <guenter.roeck@ericsson.com>2010-10-26 15:59:21 -0700
committerGuenter Roeck <guenter.roeck@ericsson.com>2010-11-05 10:17:19 -0700
commit69f8b74193444f1a6251a491f10b95faa77716d6 (patch)
treef435e76e87d2169ea784beae1701444c04dee1a7 /drivers
parentvmstat: fix offset calculation on void* (diff)
downloadlinux-dev-69f8b74193444f1a6251a491f10b95faa77716d6.tar.xz
linux-dev-69f8b74193444f1a6251a491f10b95faa77716d6.zip
hwmon: (ltc4261) Add missing newline in debug message
Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com> Acked-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/hwmon/ltc4261.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/ltc4261.c b/drivers/hwmon/ltc4261.c
index 267626178678..15f137bebd70 100644
--- a/drivers/hwmon/ltc4261.c
+++ b/drivers/hwmon/ltc4261.c
@@ -82,7 +82,7 @@ static struct ltc4261_data *ltc4261_update_device(struct device *dev)
val = i2c_smbus_read_byte_data(client, i);
if (unlikely(val < 0)) {
dev_dbg(dev,
- "Failed to read ADC value: error %d",
+ "Failed to read ADC value: error %d\n",
val);
ret = ERR_PTR(val);
goto abort;