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

Commit 072b191c 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 4aa6c57e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -473,7 +473,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;
	}