Skip to content

Commit e4e98c4

Browse files
committed
Merge tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Pull hwmon fix from Guenter Roeck: "Add missing sysfs attribute group terminator to it87 driver" * tag 'hwmon-for-linus-v4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging: hwmon: (it87) Add missing sysfs attribute group terminator
2 parents b892772 + 3c32926 commit e4e98c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/hwmon/it87.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,6 +2015,7 @@ static struct attribute *it87_attributes_in[] = {
20152015
&sensor_dev_attr_in10_input.dev_attr.attr, /* 41 */
20162016
&sensor_dev_attr_in11_input.dev_attr.attr, /* 41 */
20172017
&sensor_dev_attr_in12_input.dev_attr.attr, /* 41 */
2018+
NULL
20182019
};
20192020

20202021
static const struct attribute_group it87_group_in = {

0 commit comments

Comments
 (0)