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

Commit 829618bc authored by Skylar Chang's avatar Skylar Chang Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: fix mhi suspend logic



Add a missing return statement in IPA MHI suspend routine.

Change-Id: I1dfbcff21ba3ca72ff985e76e851caf6a9da1ae4
CRs-Fixed: 2066866
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 3d7520e8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2046,6 +2046,8 @@ static int ipa_mhi_suspend_dl(bool force)
	if (ipa_get_transport_type() == IPA_TRANSPORT_TYPE_GSI)
		ipa_mhi_update_host_ch_state(true);

	return 0;

fail_stop_event_update_dl_channel:
		ipa_mhi_resume_channels(true,
				ipa_mhi_client_ctx->dl_channels);