summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--keymaster_qcom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster_qcom.cpp b/keymaster_qcom.cpp
index dd29c95..77831b6 100644
--- a/keymaster_qcom.cpp
+++ b/keymaster_qcom.cpp
@@ -224,7 +224,7 @@ static int32_t qcom_km_ION_memalloc(struct qcom_km_ion_info_t *handle,
ion_alloc_data.align = 4096;
/* memory is allocated from EBI heap */
- ion_alloc_data.heap_mask= ION_HEAP(ION_QSECOM_HEAP_ID);
+ ion_alloc_data.heap_id_mask= ION_HEAP(ION_QSECOM_HEAP_ID);
/* Set the memory to be uncached */
ion_alloc_data.flags = 0;