Re: [GIT PULL] sched/fifo changes for v5.9

From: Ingo Molnar
Date: Tue Aug 04 2020 - 21:55:34 EST



* Ingo Molnar <mingo@xxxxxxxxxx> wrote:

> When merging to the latest upstream tree there's a conflict in drivers/spi/spi.c,
> which can be resolved via:
>
> sched_set_fifo(ctlr->kworker_task);

Correction, the suggested resolution would be:

sched_set_fifo(ctlr->kworker->task);

Thanks,

Ingo