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

Commit 8776be54 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: Check for NULL transmissions"

parents 2c534a27 88ade84d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2639,6 +2639,9 @@ static int glink_tx_common(void *handle, void *pkt_priv,
	enum local_channel_state_e ch_st;
	unsigned long flags;

	if (!size)
		return -EINVAL;

	if (!ctx)
		return -EINVAL;