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

Commit 5f72dcad authored by Ajay Singh Parmar's avatar Ajay Singh Parmar
Browse files

drm/msm/dsi-staging: use correct of node



Use the correct of node for display to avoid failing to
read display properties.

Change-Id: Ic72dba3e0752588b43317357110243ba43ebd580
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent df165e3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3945,7 +3945,7 @@ static void dsi_display_setup(struct dsi_display *display)

	}

	display->display_type = of_get_property(pdev->dev.of_node,
	display->display_type = of_get_property(display->disp_node,
					"qcom,display-type", NULL);
	if (!display->display_type)
		display->display_type = "unknown";