From 233b93c85170e8bb16bf82f4525bea67dba3718c Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Wed, 30 Mar 2016 19:32:24 +0900 Subject: [PATCH] Change parameter name Change-Id: I072798f479a970b2ff6933e65dcf6581704859f9 --- src/tbm_bufmgr_exynos.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tbm_bufmgr_exynos.c b/src/tbm_bufmgr_exynos.c index 894b3e5..3017946 100644 --- a/src/tbm_bufmgr_exynos.c +++ b/src/tbm_bufmgr_exynos.c @@ -397,7 +397,7 @@ _exynos_cache_flush(tbm_bufmgr_exynos bufmgr_exynos, tbm_bo_exynos bo_exynos, in #endif static int -_bo_init_cache_state(tbm_bufmgr_exynos bufmgr_exynos, tbm_bo_exynos bo_exynos, int flag) +_bo_init_cache_state(tbm_bufmgr_exynos bufmgr_exynos, tbm_bo_exynos bo_exynos, int import) { #ifdef ENABLE_CACHECRTL EXYNOS_RETURN_VAL_IF_FAIL(bufmgr_exynos != NULL, 0); @@ -410,7 +410,7 @@ _bo_init_cache_state(tbm_bufmgr_exynos bufmgr_exynos, tbm_bo_exynos bo_exynos, i _tgl_init(bufmgr_exynos->tgl_fd, bo_exynos->name); - if (flag == 0) { + if (import == 0) { cache_state.data.isDirtied = DEVICE_NONE; cache_state.data.isCached = 0; cache_state.data.cntFlush = 0; -- 2.34.1