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

Commit f265fecd authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

msm: smd: Make missing property message more informative



Add a subsystem prefix to the missing 'label' message in
the SMD driver, to make the source of the message obvious.

Change-Id: I35315f3e6d1b83e5f8482e6a9f6a7d3a462c935d
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent b01edbee
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);