]> git.ipfire.org Git - people/ms/linux.git/commitdiff
hwmon: (da9055) Don't use dash in the name attribute
authorAxel Lin <axel.lin@ingics.com>
Wed, 9 Jul 2014 01:22:54 +0000 (09:22 +0800)
committerJiri Slaby <jslaby@suse.cz>
Tue, 29 Jul 2014 14:56:52 +0000 (16:56 +0200)
commit 6b00f440dd678d786389a7100a2e03fe44478431 upstream.

Dashes are not allowed in hwmon name attributes.
Use "da9055" instead of "da9055-hwmon".

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/hwmon/da9055-hwmon.c

index 029ecabc4380dddae08fc62fb15d67c111caaaf2..1b275a2881d6749b18a9e57bd7272de5e1d2e889 100644 (file)
@@ -204,7 +204,7 @@ static ssize_t da9055_hwmon_show_name(struct device *dev,
                                      struct device_attribute *devattr,
                                      char *buf)
 {
-       return sprintf(buf, "da9055-hwmon\n");
+       return sprintf(buf, "da9055\n");
 }
 
 static ssize_t show_label(struct device *dev,