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

Commit 9a5e4de1 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: signal buffer response after glink_rx_done()"

parents 66c843eb 8a51f10a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -161,8 +161,8 @@ static void wdsp_glink_notify_rx(void *handle, const void *priv,
	wpriv->rsp_cnt = ++rsp_cnt;
	mutex_unlock(&wpriv->rsp_mutex);

	complete(&wpriv->rsp_complete);
	glink_rx_done(handle, ptr, true);
	complete(&wpriv->rsp_complete);
}

/*