dp: start DP tick fixup

This is fixup for 689e8e999f

Incorrect list pointer has been used

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
This commit is contained in:
Marcin Szkudlinski 2023-10-11 10:23:50 +02:00 committed by Kai Vehmanen
parent c1b74bac9b
commit 868711c579
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ static int scheduler_dp_task_shedule(void *data, struct task *task, uint64_t sta
}
/* if there's no DP tasks scheduled yet, run ll tick source task */
if (list_is_empty(&task->list))
if (list_is_empty(&dp_sch->tasks))
schedule_task(&dp_sch->ll_tick_src, 0, 0);
/* add a task to DP scheduler list */