mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 07:00:09 +01:00
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:
commit
e4f79a194c
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue