Commit 8a04e342 authored by Himal Prasad Ghimiray's avatar Himal Prasad Ghimiray Committed by Nirmoy Das
Browse files

drm/xe: Remove unrequired NULL check in xe_sched_job_free_fences

parent 19f01d4b
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -89,7 +89,6 @@ static void xe_sched_job_free_fences(struct xe_sched_job *job)

		if (ptrs->lrc_fence)
			xe_lrc_free_seqno_fence(ptrs->lrc_fence);
		if (ptrs->chain_fence)
		dma_fence_chain_free(ptrs->chain_fence);
	}
}