diff --git a/[refs] b/[refs] index 7764457b643c..c82a8193a5a8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0b8e77f12cb6bfe2e5a67f2cdc8c7af23abc4ccf +refs/heads/master: fa8b69758e65b406c8010936b541cd00deef804d diff --git a/trunk/drivers/hwmon/it87.c b/trunk/drivers/hwmon/it87.c index bb6405b92007..5f5247750430 100644 --- a/trunk/drivers/hwmon/it87.c +++ b/trunk/drivers/hwmon/it87.c @@ -1538,7 +1538,7 @@ static struct attribute *it87_attributes_label[] = { }; static const struct attribute_group it87_group_label = { - .attrs = it87_attributes_vid, + .attrs = it87_attributes_label, }; /* SuperIO detection - will change isa_address if a chip is found */