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

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

Merge "msm: ion: Do not call unassign on buffer if assign fails"

parents b7588cc5 9d2530a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static int ion_system_secure_heap_allocate(struct ion_heap *heap,
	return ret;

err:
	ion_system_secure_heap_free(buffer);
	secure_heap->sys_heap->ops->free(buffer);
	return ret;
}