提交 6ecf5c2b 编写于 作者: F Frediano Ziglio 提交者: Dave Airlie

drm/qxl: Fix return for qxl_release_alloc

This function return handle to allocated release object which is an int.
Signed-off-by: NFrediano Ziglio <fziglio@redhat.com>
Reviewed-by: NDave Airlie <airlied@redhat.com>
Signed-off-by: NDave Airlie <airlied@redhat.com>
上级 c610c713
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册