提交 6b00f440 编写于 作者: A Axel Lin 提交者: Guenter Roeck

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: NAxel Lin <axel.lin@ingics.com>
Cc: stable@vger.kernel.org
Signed-off-by: NGuenter Roeck <linux@roeck-us.net>
上级 ee14b644
...@@ -204,7 +204,7 @@ static ssize_t da9055_hwmon_show_name(struct device *dev, ...@@ -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,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册