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

Commit f53f0aa1 authored by Patrick Daly's avatar Patrick Daly
Browse files

ion: Fix typo in ion system secure heap



Correct the function pointer used to unmap.
This is not expected to have any functional impact, as both the new and
old function pointers were nops.

CRs-Fixed: 997730
Change-Id: I2f78d5c798d0d2575d52b341aaf29b35294c93f1
Reported-by: default avatarRohit Kulkarni <rkulkarn@codeaurora.org>
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 812c411f
Loading
Loading
Loading
Loading
+1 −1
Original line number 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,
						heap);

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