]> git.baikalelectronics.ru Git - kernel.git/commit
hwmon: (it87) Fix label group removal
authorJean Delvare <khali@linux-fr.org>
Sun, 17 Jul 2011 16:39:19 +0000 (18:39 +0200)
committerJean Delvare <khali@endymion.delvare>
Sun, 17 Jul 2011 16:39:19 +0000 (18:39 +0200)
commit6c0a5a39d2e5225828b8fc29dd679226e8ff5b1c
tree62fa03b23e50c4f808494c9073c4085917ba3160
parenta9b8525273c822eca6289cc48b972e9a68a21d29
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>
drivers/hwmon/it87.c