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

Commit f78c75dc 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: Use smem_alloc()"

parents b4fece3d cb01df53
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -468,8 +468,10 @@ int ipa_bridge_init(void)
{
	int i;

	ipa_ctx->smem_pipe_mem = smem_alloc2(SMEM_BAM_PIPE_MEMORY,
			IPA_SMEM_PIPE_MEM_SZ);
	ipa_ctx->smem_pipe_mem = smem_alloc(SMEM_BAM_PIPE_MEMORY,
			IPA_SMEM_PIPE_MEM_SZ,
			0,
			SMEM_ANY_HOST_FLAG);
	if (!ipa_ctx->smem_pipe_mem) {
		IPAERR("smem alloc failed\n");
		return -ENOMEM;