summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRom Lemarchand <romlem@google.com>2013-11-07 13:30:14 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-11-07 13:30:15 +0000
commit07b1926f9f5196bd50e38d79424f80b6e4247fcb (patch)
treeb20925ec37614fa4616afaaaa0acd0e86b91c834
parentb9154e33f8891b7e7df1b9cda596d6fad1387f2d (diff)
parent958fd7a88b6c3a7200332bc381d3b169e54c9aee (diff)
downloadkeymaster-07b1926f9f5196bd50e38d79424f80b6e4247fcb.tar.gz
Merge "keymaster: rename ion_allocation_data.heap_mask to heap_id_mask"
-rw-r--r--keymaster_qcom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keymaster_qcom.cpp b/keymaster_qcom.cpp
index 2284290..9d0b319 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;