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.

Change-Id: I2f78d5c798d0d2575d52b341aaf29b35294c93f1
Reported-by: Rohit Kulkarni <rkulkarn@codeaurora.org>
Signed-off-by: Patrick Daly <pdaly@codeaurora.org>
This commit is contained in:
Patrick Daly 2016-03-18 18:31:07 -07:00 committed by Jeevan Shriram
parent 5c84634ca5
commit 6113115e47

View file

@ -264,7 +264,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);
}