commit | 80ed59b285cc7ca50aeb635eb3a2cb8d3d54b406 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Thu Oct 17 15:26:34 2019 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 22 11:34:02 2019 +0200 |
tree | 46d948fb216ccc13f9ef86c910f8817173d4de12 | |
parent | ddd9b54deebba64c37d04598c98035b5da037d38 [diff] |
drm/qxl: drop qxl_ttm_fault Not sure what this hook is supposed to do. vmf->vma->vm_private_data should never be NULL, so the extra check in qxl_ttm_fault should have no effect. Drop it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/20191017132638.9693-2-kraxel@redhat.com