Просмотр исходного кода

hwmon: (da9055) Don't use dash in the name attribute

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

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Axel Lin 11 лет назад
Родитель
Сommit
6b00f440dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      drivers/hwmon/da9055-hwmon.c

+ 1 - 1
drivers/hwmon/da9055-hwmon.c

@@ -204,7 +204,7 @@ static ssize_t da9055_hwmon_show_name(struct device *dev,
 				      struct device_attribute *devattr,
 				      struct device_attribute *devattr,
 				      char *buf)
 				      char *buf)
 {
 {
-	return sprintf(buf, "da9055-hwmon\n");
+	return sprintf(buf, "da9055\n");
 }
 }
 
 
 static ssize_t show_label(struct device *dev,
 static ssize_t show_label(struct device *dev,