Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+1 -1
+1 -1
drivers/hwmon/ltc4261.c
··· 82 82 val = i2c_smbus_read_byte_data(client, i); 83 83 if (unlikely(val < 0)) { 84 84 dev_dbg(dev, 85 - "Failed to read ADC value: error %d", 85 + "Failed to read ADC value: error %d\n", 86 86 val); 87 87 ret = ERR_PTR(val); 88 88 goto abort;