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:
parent
5c84634ca5
commit
6113115e47
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue