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

Commit 71d93ede authored by Aravind Venkateswaran's avatar Aravind Venkateswaran
Browse files

disp: pll: remove error log if supply entries are absent



PLL supply entry is no longer a mandatory property. Do not
report error if this entry is not present.

CRs-Fixed: 2588602
Change-Id: I1d8ff9e7e56f419c6a8984b69f64d61084e6c0f6
Signed-off-by: default avatarAravind Venkateswaran <aravindh@codeaurora.org>
parent 10465152
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ static int mdss_pll_util_parse_dt_supply(struct platform_device *pdev,
	supply_root_node = of_get_child_by_name(of_node,
						"qcom,platform-supply-entries");
	if (!supply_root_node) {
		pr_err("no supply entry present\n");
		pr_debug("no supply entry present\n");
		return rc;
	}