lockdep need a static key.
Previously we set ignore bit to avoid the warning.
Now call sysfs_attr_init to initialize the static key.
Signed-off-by: xinhui pan <xinhui.pan@amd.com>
Reviewed-and-Tested-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
.attr = {
.name = "features",
.mode = S_IRUGO,
-#ifdef CONFIG_DEBUG_LOCK_ALLOC
- .ignore_lockdep = 1,
-#endif
},
.show = amdgpu_ras_sysfs_features_read,
};
+ sysfs_attr_init(attrs[0]);
return sysfs_create_group(&adev->dev->kobj, &group);
}
.attr = {
.name = obj->fs_data.sysfs_name,
.mode = S_IRUGO,
-#ifdef CONFIG_DEBUG_LOCK_ALLOC
- .ignore_lockdep = 1,
-#endif
},
.show = amdgpu_ras_sysfs_read,
};
+ sysfs_attr_init(&obj->sysfs_attr.attr);
if (sysfs_add_file_to_group(&adev->dev->kobj,
&obj->sysfs_attr.attr,