drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup
authorMatthew Brost <matthew.brost@intel.com>
Thu, 20 Jul 2023 03:50:24 +0000 (20:50 -0700)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:37:53 +0000 (11:37 -0500)
commit3daf694ccf8afb936e3508c98738d52b13941397
tree90d54b2f34be9bf9380b4a0fab6cee4d95106bfb
parent1655c893af08997175e3404039e79f384c925ee3
drm/xe: Replace list_del_init with list_del for userptr.invalidate_link cleanup

This list isn't used again, list_del is the proper call.

Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_vm.c