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

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

Merge "msm: ADSPRPC: Initialize FastRPC invoke metadata"

parents f2904d01 e3361f94
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1049,6 +1049,9 @@ static int get_args(uint32_t kernel, struct smq_invoke_ctx *ctx)
		if (err)
			goto bail;
	}
	if (ctx->buf->virt && metalen <= copylen)
		memset(ctx->buf->virt, 0, metalen);

	/* copy metadata */
	rpra = ctx->buf->virt;
	ctx->rpra = rpra;