]> git.ipfire.org Git - people/ms/linux.git/commit
drm/qxl: unset a pointer in sync_obj_unref
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>
Tue, 1 Apr 2014 13:15:47 +0000 (15:15 +0200)
committerJiri Slaby <jslaby@suse.cz>
Thu, 29 May 2014 09:38:26 +0000 (11:38 +0200)
commit657ac32e6a1cf38f6f2380cb075ab6fd56498c0f
treee52219142bca4315bc7ae5e8dc9326411d98c717
parente826b6c6640660db799f6c8344f40447e76036e8
drm/qxl: unset a pointer in sync_obj_unref

commit 41ccec352f3c823931a7d9d2a9c7880c14d7415a upstream.

This fixes a BUG_ON(bo->sync_obj != NULL); in ttm_bo_release_list.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@canonical.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/gpu/drm/qxl/qxl_ttm.c