commit | fa8b69758e65b406c8010936b541cd00deef804d | [log] [tgz] |
---|---|---|
author | Jean Delvare <khali@linux-fr.org> | Sun Jul 17 18:39:19 2011 +0200 |
committer | Jean Delvare <khali@endymion.delvare> | Sun Jul 17 18:39:19 2011 +0200 |
tree | 62fa03b23e50c4f808494c9073c4085917ba3160 | |
parent | 0b8e77f12cb6bfe2e5a67f2cdc8c7af23abc4ccf [diff] |
hwmon: (it87) Fix label group removal 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> Cc: stable@kernel.org Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>