hwmon: (ltc4261) Add missing newline in debug message
authorGuenter Roeck <guenter.roeck@ericsson.com>
Tue, 26 Oct 2010 22:59:21 +0000 (15:59 -0700)
committerGuenter Roeck <guenter.roeck@ericsson.com>
Fri, 5 Nov 2010 17:17:19 +0000 (10:17 -0700)
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
drivers/hwmon/ltc4261.c

index 2676261..15f137b 100644 (file)
@@ -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;