e_comp: too much eina_safty fail log 89/84289/2
authorJuyeon Lee <juyeonne.lee@samsung.com>
Thu, 18 Aug 2016 01:42:00 +0000 (10:42 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 22 Aug 2016 04:39:59 +0000 (21:39 -0700)
Change-Id: I209aef96d82757a79fd13c09604834709e892029

src/bin/e_comp.c

index 1b8cc3e..568c159 100644 (file)
@@ -711,7 +711,7 @@ _e_comp_hwc_usable(void)
    // check whether to use hwc
    // core assignment policy
    ret = _e_comp_hwc_prepare();
-   EINA_SAFETY_ON_FALSE_RETURN_VAL(ret, EINA_FALSE);
+   if (!ret) return EINA_FALSE;
 
    // extra policy can replace core policy
    _e_comp_hook_call(E_COMP_HOOK_PREPARE_PLANE, NULL);