drm/xe/client: drop bogus bo NULL check
authorMatthew Auld <matthew.auld@intel.com>
Mon, 18 Mar 2024 09:34:33 +0000 (09:34 +0000)
committerMatthew Auld <matthew.auld@intel.com>
Tue, 19 Mar 2024 08:31:43 +0000 (08:31 +0000)
commitab0c5aba32fc6dd17ea699d23ad871223d523a17
tree973f236f6475746bbdbf776064d137fd891cc679
parent10ed10c27967cacf90d3daa6f66ddddaa35bb796
drm/xe/client: drop bogus bo NULL check

If we fished it out the list then it can't be null; the list entry is
embedded in the bo.

Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Cc: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240318093431.21075-4-matthew.auld@intel.com
drivers/gpu/drm/xe/xe_drm_client.c