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

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

Merge "msm: mhi_dev: Add error check for M0 state"

parents ea857d1d 438b5a67
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1262,6 +1262,9 @@ static int mhi_dev_ring_init(struct mhi_dev *dev)
			pr_err("%s: env setting failed\n", __func__);
			return rc;
		}
	} else {
		pr_err("MHI device failed to enter M0\n");
		return -EINVAL;
	}

	rc = mhi_hwc_init(dev);