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

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

Merge "msm: ipc: Defer handling the SMD XPRT Probe"

parents 39c0b01e 1d3598c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -502,7 +502,7 @@ static int msm_ipc_router_smd_remote_probe(struct platform_device *pdev)
	smd_xprtp = find_smd_xprt_list(pdev);
	if (!smd_xprtp) {
		pr_err("%s No device with name %s\n", __func__, pdev->name);
		return -ENODEV;
		return -EPROBE_DEFER;
	}
	if (strcmp(pdev->name, smd_xprtp->ch_name)
			|| (pdev->id != smd_xprtp->edge)) {