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

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

Merge "msm: ipa: fix double free in ipa3_send()" into msm-4.9

parents 116fff9b b64dfa3b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -421,7 +421,6 @@ int ipa3_send(struct ipa3_sys_context *sys,
	}
	kfree(gsi_xfer_elem_array);

	kfree(gsi_xfer_elem_array);
	spin_unlock_bh(&sys->spinlock);

	/* set the timer for sending the NOP descriptor */