* Ingo Molnar <[email protected]> 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

