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

Commit ada36df2 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: smd: Fix SMD packet sync loss issue"

parents 7ccec2f2 18c0bdf9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1356,7 +1356,6 @@ static void smd_state_change(struct smd_channel *ch,
	case SMD_SS_CLOSED:
		if (ch->half_ch->get_state(ch->send) == SMD_SS_OPENED) {
			ch_set_state(ch, SMD_SS_CLOSING);
			ch->current_packet = 0;
			ch->pending_pkt_sz = 0;
			ch->notify(ch->priv, SMD_EVENT_CLOSE);
		}