]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Remove unrequired NULL check in xe_sched_job_free_fences
authorHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Tue, 20 Aug 2024 09:02:30 +0000 (14:32 +0530)
committerNirmoy Das <nirmoy.das@intel.com>
Tue, 27 Aug 2024 08:32:57 +0000 (10:32 +0200)
commit8a04e342684a75ad1455fc3f23fab8e67c1aa9fc
treeab588ba44db84f205d7a77b225ff00a8d856891f
parent19f01d4bbe9daf71901b200ab5c52591946b022a
drm/xe: Remove unrequired NULL check in xe_sched_job_free_fences

dma_fence_chain_free() can handle NULL input, there is no need for NULL
check by caller.

Signed-off-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Jagmeet Randhawa <jagmeet.randhawa@intel.com>
Reviewed-by: Nirmoy Das <nirmoy.das@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240820090230.3258128-3-himal.prasad.ghimiray@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
drivers/gpu/drm/xe/xe_sched_job.c