提交 572225be 编写于 作者: D Dave Airlie

drm: fix return value in auth function

This just fixes up the return value in the drm_auth:remove_magic
Signed-off-by: NDave Airlie <airlied@linux.ie>
上级 7981bf7d
......@@ -121,7 +121,7 @@ static int drm_remove_magic(drm_device_t * dev, drm_magic_t magic)
drm_free(pt, sizeof(*pt), DRM_MEM_MAGIC);
return -EINVAL;
return 0;
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册