msm: ipa: fix mhi suspend logic
Add a missing return statement in IPA MHI suspend routine. Change-Id: I1dfbcff21ba3ca72ff985e76e851caf6a9da1ae4 CRs-Fixed: 2066866 Acked-by: Ady Abraham <adya@qti.qualcomm.com> Signed-off-by: Skylar Chang <chiaweic@codeaurora.org>
This commit is contained in:
parent
a25d728775
commit
754752faec
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue