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

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

Merge "qrtr: mhi: Configure IPC mhi channel to autostart"

parents 1c5f4b5d 09915150
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;