change the type of the size 93/174093/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 05:01:31 +0000 (14:01 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Wed, 28 Mar 2018 05:01:31 +0000 (14:01 +0900)
Change-Id: I59c965b5bef5c5faf74e323efa911cb28832ab9b

src/tbm_bufmgr_sprd.c

index 874deb0cc051beafe2c48b0ba33633866cd60e7c..fb1b09ebae89caa10e7c2e81547331c874f94340 100644 (file)
@@ -1107,7 +1107,8 @@ tbm_sprd_bufmgr_get_plane_data(tbm_backend_bufmgr_data *bufmgr_data,
 }
 
 static tbm_backend_bo_data *
-tbm_sprd_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, int size, tbm_bo_memory_type flags, tbm_error_e *error)
+tbm_sprd_bufmgr_alloc_bo(tbm_backend_bufmgr_data *bufmgr_data, unsigned int size,
+                                       tbm_bo_memory_type flags, tbm_error_e *error)
 {
        tbm_bufmgr_sprd bufmgr_sprd = (tbm_bufmgr_sprd)bufmgr_data;
        tbm_bo_sprd bo_sprd;