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

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

Merge "ion: Fix typo in ion system secure heap"

parents ea9ae63d f53f0aa1
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -263,7 +263,7 @@ static void ion_system_secure_heap_unmap_dma(struct ion_heap *heap,
						struct ion_system_secure_heap,
						struct ion_system_secure_heap,
						heap);
						heap);


	secure_heap->sys_heap->ops->map_dma(secure_heap->sys_heap,
	secure_heap->sys_heap->ops->unmap_dma(secure_heap->sys_heap,
							buffer);
							buffer);
}
}