drm/vmwgfx: unlock on error path in vmw_execbuf_process()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 11 Feb 2014 16:03:47 +0000 (19:03 +0300)
committerThomas Hellstrom <thellstrom@vmware.com>
Wed, 12 Feb 2014 11:22:25 +0000 (12:22 +0100)
commitb2ad9881d6aeec4f3ee527c00fce34442d6d02d3
tree52d785c727462fb483b16084a1bb3c9f3aee2ca1
parent857aea1c5769386b1905bb38fbb4464c800b2df6
drm/vmwgfx: unlock on error path in vmw_execbuf_process()

There is a missing unlock on error here.

Fixes: 30f82d816d2d ('drm/vmwgfx: Reemit context bindings when necessary v2')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Thomas Hellstrom <thellstrom@vmware.com>
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c