Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b35c74da authored by Johannes Berg's avatar Johannes Berg Committed by Greg Kroah-Hartman
Browse files

sysfs: windfarm: init sysfs attributes



This is required for lockdep.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 361795b1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -321,6 +321,7 @@ int wf_register_sensor(struct wf_sensor *new_sr)
	kref_init(&new_sr->ref);
	list_add(&new_sr->link, &wf_sensors);

	sysfs_attr_init(&new_sr->attr.attr);
	new_sr->attr.attr.name = new_sr->name;
	new_sr->attr.attr.mode = 0444;
	new_sr->attr.show = wf_show_sensor;
+1 −0
Original line number Diff line number Diff line
@@ -173,6 +173,7 @@ static struct smu_fan_control *smu_fan_create(struct device_node *node,

	fct->fan_type = pwm_fan;
	fct->ctrl.type = pwm_fan ? WF_CONTROL_PWM_FAN : WF_CONTROL_RPM_FAN;
	sysfs_attr_init(&fct->ctrl.attr.attr);

	/* We use the name & location here the same way we do for SMU sensors,
	 * see the comment in windfarm_smu_sensors.c. The locations are a bit