From: Changyeon Lee Date: Wed, 30 Mar 2016 10:32:24 +0000 (+0900) Subject: Change parameter name X-Git-Tag: accepted/tizen/common/20160414.142624~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=233b93c85170e8bb16bf82f4525bea67dba3718c;p=platform%2Fadaptation%2Fsamsung_exynos%2Flibtbm-exynos.git Change parameter name Change-Id: I072798f479a970b2ff6933e65dcf6581704859f9 --- 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;