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

Commit 3311f658 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: print debug message for optional dt property parsing"

parents eaafb8cf 577cf2dc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2426,7 +2426,7 @@ static void mdss_mdp_parse_dt_fudge_factors(struct platform_device *pdev,

	rc = mdss_mdp_parse_dt_handler(pdev, prop_name, data, 2);
	if (rc) {
		pr_err("err reading %s\n", prop_name);
		pr_debug("err reading %s\n", prop_name);
	} else {
		ff->numer = data[0];
		ff->denom = data[1];