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

Commit dcd8efb1 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: glink_smd_xprt: Cleanup current intent reference at SSR"

parents 9626ac0e f62b8540
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1383,6 +1383,8 @@ static int ssr(struct glink_transport_if *if_ptr)
			list_del(&intent->node);
			kfree(intent);
		}
		kfree(ch->cur_intent);
		ch->cur_intent = NULL;
		spin_unlock_irqrestore(&ch->intents_lock, flags);
		ch->is_closing = false;
		spin_lock_irqsave(&einfo->channels_lock, flags);