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

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

Merge "msm: ipa4: fix to update the channel state logic"

parents 3660f977 2979e513
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -287,7 +287,7 @@ static void gsi_handle_glob_err(uint32_t err)
			GSIDBG("ch %u state updated to %u\n", log->virt_idx,
					ch->state);
			ch->stats.invalid_tre_error++;
			if (ch->state != GSI_CHAN_STATE_ERROR) {
			if (ch->state == GSI_CHAN_STATE_ERROR) {
				GSIERR("Unexpected channel state %d\n",
					ch->state);
				GSI_ASSERT();