Fix build break in 64bit 11/40411/1 accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150619.134356 accepted/tizen/common/20150610.144451 accepted/tizen/mobile/20150612.003436 accepted/tizen/tv/20150612.003550 accepted/tizen/wearable/20150611.085710 submit/tizen/20150608.113003 submit/tizen/20150609.065415 submit/tizen_3.0.2015.q2_common/20150618.074521 submit/tizen_common/20150610.013111 submit/tizen_common/20150610.072250 submit/tizen_mobile/20150611.000000 submit/tizen_tv/20150611.000001 submit/tizen_wearable/20150611.000000
authorChangyeon Lee <cyeon.lee@samsung.com>
Wed, 3 Jun 2015 11:10:53 +0000 (20:10 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 3 Jun 2015 11:10:53 +0000 (20:10 +0900)
Change-Id: Ic2f2d21280afad0adf844e8b29cdc09b9cd1fb0f

src/tbm_bufmgr_exynos4412.c

index 354e1a9..91487d4 100755 (executable)
@@ -821,7 +821,7 @@ tbm_exynos4412_bo_export_fd (tbm_bo bo)
     {
         TBM_EXYNOS4412_LOG ("error bo:%p Cannot dmabuf=%d (%s)\n",
             bo, bo_exynos4412->gem, strerror(errno));
-        return (tbm_fd) NULL;
+        return (tbm_fd) 0;
     }
 
     DBG (" [%s] bo:%p, gem:%d(%d), fd:%d, key_fd:%d, flags:%d(%d), size:%d\n", target_name(),