From: Changyeon Lee Date: Thu, 24 Mar 2016 12:00:36 +0000 (+0900) Subject: Fix flink name type X-Git-Tag: accepted/tizen/mobile/20160415.014835~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a57bab2039264c914b68e4a3b507eb56142590a0;p=platform%2Fadaptation%2Fspreadtrum%2Flibtbm-sprd.git Fix flink name type Change-Id: I2a2b627d27263c57714b09f9a8f2a558e224369e --- diff --git a/src/tbm_bufmgr_sprd.c b/src/tbm_bufmgr_sprd.c index 7ce1b42..846f74d 100755 --- a/src/tbm_bufmgr_sprd.c +++ b/src/tbm_bufmgr_sprd.c @@ -1065,7 +1065,7 @@ tbm_sprd_bo_import_fd (tbm_bo bo, tbm_fd key) tbm_bo_sprd bo_sprd; PrivGem *privGem = NULL; int ret; - int name; + unsigned int name; bufmgr_sprd = (tbm_bufmgr_sprd)tbm_backend_get_bufmgr_priv(bo); SPRD_RETURN_VAL_IF_FAIL (bufmgr_sprd != NULL, 0);