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

Commit 9beacd61 authored by Krishna Manikandan's avatar Krishna Manikandan Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm/sde: update the error message for dt parse handler



Update the error message in dt parse handler to debug
message to avoid error messages during bootup for
those targets where the dt properties are not defined.

Change-Id: I1bf731dc4e19174385060ca0e30c07eb32268858
Signed-off-by: default avatarKrishna Manikandan <mkrishn@codeaurora.org>
parent 10ef1176
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -520,7 +520,7 @@ static int sde_mdp_parse_dt_handler(struct platform_device *pdev,
	rc = of_property_read_u32_array(pdev->dev.of_node, prop_name,
					offsets, len);
	if (rc) {
		SDEROT_ERR("Error from prop %s : u32 array read\n", prop_name);
		SDEROT_DBG("Error from prop %s : u32 array read\n", prop_name);
		return -EINVAL;
	}