drm/xe: Drop bogus vma NULL check
authorNirmoy Das <nirmoy.das@intel.com>
Mon, 18 Mar 2024 09:35:47 +0000 (10:35 +0100)
committerMatthew Auld <matthew.auld@intel.com>
Tue, 19 Mar 2024 08:58:42 +0000 (08:58 +0000)
commit6d74e387aa1d7f62bdd6c7d1da6c3061450f3f55
tree26e83684ef54f3e09bc333de5eeb64961f42e8db
parenta96cd71ec7be0790f9fc4039ad21be8d214b03a4
drm/xe: Drop bogus vma NULL check

The vma pointer can't be NULL here.

Cc: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318093547.16326-1-nirmoy.das@intel.com
drivers/gpu/drm/xe/xe_pt.c