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

Commit e2ddea08 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: rpmsg: rpm-smd: populate the rpm-bus child devices"

parents b17d013d 770ececf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1608,8 +1608,7 @@ static int qcom_smd_rpm_probe(struct rpmsg_device *rpdev)
	spin_lock_init(&msm_rpm_data.smd_lock_read);

skip_init:
	probe_status = of_platform_populate(rpdev->dev.of_node,
						NULL, NULL, &rpdev->dev);
	probe_status = of_platform_populate(p, NULL, NULL, &rpdev->dev);

	if (standalone)
		pr_info("RPM running in standalone mode\n");