* Ingo Molnar <mi...@kernel.org> 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

Reply via email to