diff --git a/render/egl.c b/render/egl.c index 9e02cb6df..5fe1f3bbe 100644 --- a/render/egl.c +++ b/render/egl.c @@ -582,9 +582,8 @@ struct wlr_egl *wlr_egl_create_with_drm_fd(int drm_fd) { wlr_log(WLR_DEBUG, "Using EGL_PLATFORM_DEVICE_EXT"); return egl; } - goto error; } - /* Falls back on GBM in case the device was not found */ + /* Falls back on GBM in case the device was not found or do not work */ } else { wlr_log(WLR_DEBUG, "EXT_platform_device not supported"); }