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

Commit 61f26e3a 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: secure_buffer: Fix an uninitialized variable"

parents 123738ad 2d083baf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ int hyp_assign_table(struct sg_table *table,
			int *dest_vmids, int *dest_perms,
			int dest_nelems)
{
	int ret;
	int ret = 0;
	struct scm_desc desc = {0};
	u32 *source_vm_copy;
	size_t source_vm_copy_size;