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

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

Merge "msm: rpm-smd: Don't ignore the rpm-standalone property"

parents 4623de80 2a79362f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1359,12 +1359,6 @@ static int msm_rpm_dev_probe(struct platform_device *pdev)

		BUG_ON(!standalone);
		complete(&msm_rpm_data.smd_open);
	} else {
		/*
		 * Override DT's suggestion to try standalone; since we have an
		 * SMD channel.
		 */
		standalone = false;
	}

	wait_for_completion(&msm_rpm_data.smd_open);