hwmon: (it87) Fix label group removal
commite715786e4900af13f80c73d2af461a0ad57d3330
authorJean Delvare <khali@linux-fr.org>
Sun, 17 Jul 2011 16:39:19 +0000 (17 18:39 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 3 Aug 2011 19:42:40 +0000 (3 12:42 -0700)
tree9b1a8abe38ff5fb4a7768ba873bf2b2b127de763
parent305105a4c66b9add5561132bf3efbba3b34796eb
hwmon: (it87) Fix label group removal

commit fa8b69758e65b406c8010936b541cd00deef804d upstream.

A copy-and-paste error caused it87_attributes_vid to be referenced
where it87_attributes_label should be. Thankfully the group is only
used for attribute removal, not attribute creation, so the effects of
this bug are limited, but let's fix it still.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hwmon/it87.c