projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec1d86c
)
hwmon: (vt8231) Add missing "space"
author
Joe Perches
<joe@perches.com>
Tue, 20 Nov 2007 01:48:07 +0000
(17:48 -0800)
committer
Mark M. Hoffman
<mhoffman@lightlink.com>
Fri, 8 Feb 2008 01:39:42 +0000
(20:39 -0500)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mark M. Hoffman <mhoffman@lightlink.com>
drivers/hwmon/vt8231.c
patch
|
blob
|
history
diff --git
a/drivers/hwmon/vt8231.c
b/drivers/hwmon/vt8231.c
index
2196a84
..
f876617
100644
(file)
--- a/
drivers/hwmon/vt8231.c
+++ b/
drivers/hwmon/vt8231.c
@@
-504,7
+504,7
@@
static ssize_t set_fan_div(struct device *dev, struct device_attribute *attr,
case 4: data->fan_div[nr] = 2; break;
case 8: data->fan_div[nr] = 3; break;
default:
- dev_err(dev, "fan_div value %ld not supported."
+ dev_err(dev, "fan_div value %ld not supported.
"
"Choose one of 1, 2, 4 or 8!\n", val);
mutex_unlock(&data->update_lock);
return -EINVAL;