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

Commit 63f19cf5 authored by Ilia Lin's avatar Ilia Lin
Browse files

ipa: Fix MHI channel resume after stuck GSI



If in the __ipa3_stop_gsi_channel all iterafions
of the gsi_stop_channel returned GSI_STATUS_AGAIN,
channel->stop_in_proc flag has to be set,
otherwise the teardown of the ipa_mhi_suspend_internal
won't resume this channel.

For that the return value of the gsi_stop_channel
has to be forwarded (in case no other errors exist).

Additionally ipa_mhi_resume_channels should check both
IPA_HW_MHI_CHANNEL_STATE_SUSPEND state
and stop_in_proc flag.

Change-Id: I369211456fa949f8c1869b577028ff44ed4e2c95
Signed-off-by: default avatarIlia Lin <ilialin@codeaurora.org>
parent 9b22e915
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment