summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2019-01-31 10:55:37 +0100
committerThomas Hellstrom <thellstrom@vmware.com>2019-02-05 13:50:53 +0100
commit728354c005c36eaf44b6e5552372b67e60d17f56 (patch)
tree9291d5ff7d987dd6973abf147b5b9c14e7ddac3f /drivers/gpu/drm/vmwgfx/vmwgfx_kms.c
parent05f9467e70ed7c9cd19fd3d42346941cdc03eef3 (diff)
drm/vmwgfx: Return error code from vmw_execbuf_copy_fence_user
The function was unconditionally returning 0, and a caller would have to rely on the returned fence pointer being NULL to detect errors. However, the function vmw_execbuf_copy_fence_user() would expect a non-zero error code in that case and would BUG otherwise. So make sure we return a proper non-zero error code if the fence pointer returned is NULL. Cc: <stable@vger.kernel.org> Fixes: ae2a104058e2: ("vmwgfx: Implement fence objects") Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Deepak Rawat <drawat@vmware.com>
Diffstat (limited to 'drivers/gpu/drm/vmwgfx/vmwgfx_kms.c')
0 files changed, 0 insertions, 0 deletions