drm/qxl: Fix return for qxl_release_alloc
This function return handle to allocated release object which is an int. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Reviewed-by: Dave Airlie <airlied@redhat.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
这个提交包含在:
@@ -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)
|
||||
{
|
||||
|
在新工单中引用
屏蔽一个用户