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

Commit 393a5471 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: do not free cached session buffers on power collapse"

parents b98af149 c4a17766
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1216,8 +1216,6 @@ static void context_save_interrupted(struct smq_invoke_ctx *ctx)
	hlist_del_init(&ctx->hn);
	hlist_add_head(&ctx->hn, &clst->interrupted);
	spin_unlock(&ctx->fl->hlock);
	/* free the cache on power collapse */
	fastrpc_cached_buf_list_free(ctx->fl);
}

static void context_free(struct smq_invoke_ctx *ctx)