drm/xe/multi_queue: Remove redundant assignment in guc_exec_queue_run_job
authorNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Fri, 8 May 2026 19:44:28 +0000 (12:44 -0700)
committerNiranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Fri, 8 May 2026 19:54:04 +0000 (12:54 -0700)
commit00cf90125ba6f914dd36bf36af82156519ac03a8
tree129ac4d6ab0a40523f6807245c112bbf758c185a
parent09b399842907565a64e351fb22da790b4c673ffb
drm/xe/multi_queue: Remove redundant assignment in guc_exec_queue_run_job

The 'killed_or_banned_or_wedged = true' assignment is redundant
since the variable is never read after that point.

Assisted-by: GitHub Copilot:claude-sonnet-4.6
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260508194428.61819-5-niranjana.vishwanathapura@intel.com
drivers/gpu/drm/xe/xe_guc_submit.c