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

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

Merge "soc: qcom: glink_smem_native_xprt: Reset RPM indicies on init"

parents bd0f8aa7 d2f9cc29
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2046,6 +2046,9 @@ static int glink_rpm_native_probe(struct platform_device *pdev)
		goto kthread_fail;
	}

	einfo->tx_ch_desc->write_index = 0;
	einfo->rx_ch_desc->read_index = 0;

	rc = glink_core_register_transport(&einfo->xprt_if, &einfo->xprt_cfg);
	if (rc == -EPROBE_DEFER)
		goto reg_xprt_fail;