Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ecf5c2b authored by Frediano Ziglio's avatar Frediano Ziglio Committed by Dave Airlie
Browse files

drm/qxl: Fix return for qxl_release_alloc



This function return handle to allocated release object which is an int.

Signed-off-by: default avatarFrediano Ziglio <fziglio@redhat.com>
Reviewed-by: default avatarDave Airlie <airlied@redhat.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent c610c713
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -122,7 +122,7 @@ static const struct fence_ops qxl_fence_ops = {
	.wait = qxl_fence_wait,
};

static uint64_t
static int
qxl_release_alloc(struct qxl_device *qdev, int type,
		  struct qxl_release **ret)
{