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

Commit 09915150 authored by Chris Lew's avatar Chris Lew Committed by Gerrit - the friendly Code Review server
Browse files

qrtr: mhi: Configure IPC mhi channel to autostart



MHI will autostart the channel after the probe returns. This removes
the race where packets can be received while the probe is running.

Change-Id: I057621f283e71b1901d4b2d6a299964f0345a384
Signed-off-by: default avatarChris Lew <clew@codeaurora.org>
parent 76f60b6d
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -103,10 +103,6 @@ static int qcom_mhi_qrtr_probe(struct mhi_device *mhi_dev,

	dev_set_drvdata(&mhi_dev->dev, qdev);

	rc = mhi_prepare_for_transfer(mhi_dev);
	if (rc)
		return rc;

	dev_dbg(qdev->dev, "Qualcomm MHI QRTR driver probed\n");

	return 0;