Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1650c14b authored by Nicolai Hähnle's avatar Nicolai Hähnle Committed by Alex Deucher
Browse files

drm/amd/sched: fix an outdated comment

parent 515c6faf
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -354,8 +354,7 @@ static bool amd_sched_entity_in(struct amd_sched_job *sched_job)
	return added;
}

/* job_finish is called after hw fence signaled, and
 * the job had already been deleted from ring_mirror_list
/* job_finish is called after hw fence signaled
 */
static void amd_sched_job_finish(struct work_struct *work)
{