projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff8b16d
)
hwmon: (ltc4261) Add missing newline in debug message
author
Guenter Roeck
<guenter.roeck@ericsson.com>
Tue, 26 Oct 2010 22:59:21 +0000
(15:59 -0700)
committer
Guenter 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/ltc4261.c
b/drivers/hwmon/ltc4261.c
index 267626178678363882ad14d01e96122ccfbfe2d2..15f137bebd704e1ee0459b44caf246b9c99f174b 100644
(file)
--- 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;