hwmon: Use <> rather than () around my e-mail address
[deliverable/linux.git] / drivers / hwmon / pmbus_core.c
index 98799bab69ce44a19b61afc3ce7ab64074504da8..354770ed3186cdfa30ae07fcd829f5b46906f7e4 100644 (file)
@@ -707,6 +707,7 @@ do {                                                                        \
        struct sensor_device_attribute *a                               \
            = &data->_type##s[data->num_##_type##s].attribute;          \
        BUG_ON(data->num_attributes >= data->max_attributes);           \
+       sysfs_attr_init(&a->dev_attr.attr);                             \
        a->dev_attr.attr.name = _name;                                  \
        a->dev_attr.attr.mode = _mode;                                  \
        a->dev_attr.show = _show;                                       \
This page took 0.023927 seconds and 5 git commands to generate.