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

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

Merge "msm: ipa3: Handle missing cleanup in IMP_READY state on shutdown"

parents 3c6fb800 4c9b36af
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -706,7 +706,8 @@ static void imp_mhi_shutdown(void)

	IMP_FUNC_ENTRY();

	if (imp_ctx->state == IMP_STARTED) {
	if (imp_ctx->state == IMP_STARTED ||
		imp_ctx->state == IMP_READY) {
		req.cleanup_valid = true;
		req.cleanup = true;
		ipa3_qmi_send_mhi_cleanup_request(&req);