Fix flink name type 43/63643/2
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 24 Mar 2016 12:00:36 +0000 (21:00 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Mon, 11 Apr 2016 04:05:00 +0000 (13:05 +0900)
Change-Id: I2a2b627d27263c57714b09f9a8f2a558e224369e

src/tbm_bufmgr_sprd.c

index 7ce1b42..846f74d 100755 (executable)
@@ -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);