From: Axel Lin Date: Wed, 9 Jul 2014 01:22:54 +0000 (+0800) Subject: hwmon: (da9055) Don't use dash in the name attribute X-Git-Tag: firefly_0821_release~3679^2~1801 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=48050b8a692fdf5eb71e4c6e445ca506ec6f1359;p=firefly-linux-kernel-4.4.55.git hwmon: (da9055) Don't use dash in the name attribute commit 6b00f440dd678d786389a7100a2e03fe44478431 upstream. Dashes are not allowed in hwmon name attributes. Use "da9055" instead of "da9055-hwmon". Signed-off-by: Axel Lin Signed-off-by: Guenter Roeck Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwmon/da9055-hwmon.c b/drivers/hwmon/da9055-hwmon.c index 029ecabc4380..1b275a2881d6 100644 --- a/drivers/hwmon/da9055-hwmon.c +++ b/drivers/hwmon/da9055-hwmon.c @@ -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,