vblank: interval should be greater than 0
[platform/core/uifw/libtdm.git] / src / tdm_layer.c
index d22a1de..97e2a09 100644 (file)
@@ -1343,8 +1343,8 @@ tdm_layer_get_buffer_flags(tdm_layer *layer, unsigned int *flags)
                /* LCOV_EXCL_START */
                *flags = 0;
                _pthread_mutex_unlock(&private_display->lock);
-               TDM_ERR("not implemented!!");
-               return TDM_ERROR_NOT_IMPLEMENTED;
+               TDM_INFO("not implemented!!");
+               return TDM_ERROR_NONE;
                /* LCOV_EXCL_STOP */
        }