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

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

Merge "ion: msm_ion: fix incorrect ion_buffer member assignment"

parents 55739e53 4ef9a3b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ static int ion_system_heap_allocate(struct ion_heap *heap,

err_free_sg2:
	/* We failed to zero buffers. Bypass pool */
	buffer->flags |= ION_PRIV_FLAG_SHRINKER_FREE;
	buffer->private_flags |= ION_PRIV_FLAG_SHRINKER_FREE;

	if (vmid > 0)
		ion_hyp_unassign_sg(table, &vmid, 1, true);