Merge branch 'wip/mvlad/warn-aarch64-xor' into 'main'

backend-drm: Initialize bo_fd

See merge request wayland/weston!1919
This commit is contained in:
Marius Vlad 2025-12-12 09:43:09 +00:00
commit e4f79a194c

View file

@ -114,7 +114,7 @@ static void gem_handle_put(struct drm_device *device, int handle)
static int
drm_fb_import_plane(struct drm_device *device, struct drm_fb *fb, int plane)
{
int bo_fd;
int bo_fd = -1;
uint32_t handle;
int ret;