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

Commit eb249c46 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: mdss: add sysfs link to mdss_fb device"

parents ad96260e 50392c16
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -3057,6 +3057,11 @@ int mdss_mdp_overlay_init(struct msm_fb_data_type *mfd)
	if (rc)
		pr_warn("problem creating link to mdp sysfs\n");

	rc = sysfs_create_link_nowarn(&dev->kobj,
			&mfd->pdev->dev.kobj, "mdss_fb");
	if (rc)
		pr_warn("problem creating link to mdss_fb sysfs\n");

	if (mfd->panel_info->type == MIPI_VIDEO_PANEL) {
		rc = sysfs_create_group(&dev->kobj,
			&dynamic_fps_fs_attrs_group);