projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1795cd9
)
hwmon: (da9052) Don't use dash in the name attribute
author
Axel Lin
<axel.lin@ingics.com>
Wed, 9 Jul 2014 01:18:59 +0000
(09:18 +0800)
committer
Guenter Roeck
<linux@roeck-us.net>
Mon, 14 Jul 2014 17:42:12 +0000
(10:42 -0700)
Dashes are not allowed in hwmon name attributes.
Use "da9052" instead of "da9052-hwmon".
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/da9052-hwmon.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hwmon/da9052-hwmon.c
b/drivers/hwmon/da9052-hwmon.c
index afd31042b452073e50c1227a5e9d3cde5086b8ff..d14ab3c45daa32c88c7423f8508b38ed015aad49 100644
(file)
--- a/
drivers/hwmon/da9052-hwmon.c
+++ b/
drivers/hwmon/da9052-hwmon.c
@@
-194,7
+194,7
@@
static ssize_t da9052_hwmon_show_name(struct device *dev,
struct device_attribute *devattr,
char *buf)
{
- return sprintf(buf, "da9052
-hwmon
\n");
+ return sprintf(buf, "da9052\n");
}
static ssize_t show_label(struct device *dev,