Skip to content

Commit

Permalink
hwmon: (ltc4261) Add missing newline in debug message
Browse files Browse the repository at this point in the history
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Guenter Roeck <guenter.roeck@ericsson.com>
Acked-by: Jean Delvare <khali@linux-fr.org>
  • Loading branch information
Guenter Roeck committed Nov 5, 2010
1 parent ff8b16d commit 69f8b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/ltc4261.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 69f8b74

Please sign in to comment.