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

Commit 047db200 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: smd: Make missing property message more informative"

parents 55d013e4 f265fecd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -233,7 +233,7 @@ static int msm_smd_probe(struct platform_device *pdev)
	 * still list the legacy pil-string.  Sanely handle pil-string.
	 */
	if (!subsys_name) {
		pr_warn("Missing required property - label.  Using legacy parsing\n");
		pr_warn("msm_smd: Missing required property - label. Using legacy parsing\n");
		key = "qcom,pil-string";
		subsys_name = of_get_property(node, key, NULL);
		SMD_DBG("%s: %s = %s", __func__, key, subsys_name);