|
@@ -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,
|