OSDN Git Service

minigbm: cros_gralloc: remove constexpr functions
[android-x86/external-minigbm.git] / exynos.c
index a18261e..7ff46e5 100644 (file)
--- a/exynos.c
+++ b/exynos.c
@@ -65,8 +65,7 @@ static int exynos_bo_create(struct bo *bo, uint32_t width, uint32_t height, uint
 
                ret = drmIoctl(bo->drv->fd, DRM_IOCTL_EXYNOS_GEM_CREATE, &gem_create);
                if (ret) {
-                       fprintf(stderr, "drv: DRM_IOCTL_EXYNOS_GEM_CREATE failed "
-                                       "(size=%zu)\n",
+                       fprintf(stderr, "drv: DRM_IOCTL_EXYNOS_GEM_CREATE failed (size=%zu)\n",
                                size);
                        goto cleanup_planes;
                }