drm/i915: stop checking for NULL vma->obj
authorMatthew Auld <matthew.auld@intel.com>
Fri, 4 Mar 2022 17:42:52 +0000 (17:42 +0000)
committerMatthew Auld <matthew.auld@intel.com>
Mon, 7 Mar 2022 09:57:21 +0000 (09:57 +0000)
commite4b3ee71ec2a6378ce9d4f4a3160b00921241f48
tree60f4797cce1067df375d7836728dde8abd2d402b
parent833124a0d1698912f47090683908484a1a937a13
drm/i915: stop checking for NULL vma->obj

This is no longer possible since e6e1a304d759 ("drm/i915: vma is always
backed by an object.").

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Reviewed-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220304174252.1000238-1-matthew.auld@intel.com
drivers/gpu/drm/i915/i915_vma.c