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

Commit 277fd220 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "rpmsg: smd: Signal the TX channel that smd driver read data"

parents 526715ac c7be54a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -734,7 +734,7 @@ static bool qcom_smd_channel_intr(struct qcom_smd_channel *channel)
	}

	/* Indicate that we have seen and updated tail */
	SET_RX_CHANNEL_FLAG(channel, fTAIL, 1);
	SET_TX_CHANNEL_FLAG(channel, fTAIL, 1);

	/* Signal the remote that we've consumed the data (if requested) */
	if (!GET_RX_CHANNEL_FLAG(channel, fBLOCKREADINTR)) {