Re: [PATCH v2] powerpc/tau: Remove superfluous parameter in alloc_workqueue() call

2021-06-17 Thread Michael Ellerman
On Fri, 11 Jun 2021 17:58:27 +1000, Finn Thain wrote: > This avoids an (optional) compiler warning: > > arch/powerpc/kernel/tau_6xx.c: In function 'TAU_init': > arch/powerpc/kernel/tau_6xx.c:204:30: error: too many arguments for format > [-Werror=format-extra-args] > tau_workq =

[PATCH v2] powerpc/tau: Remove superfluous parameter in alloc_workqueue() call

2021-06-11 Thread Finn Thain
This avoids an (optional) compiler warning: arch/powerpc/kernel/tau_6xx.c: In function 'TAU_init': arch/powerpc/kernel/tau_6xx.c:204:30: error: too many arguments for format [-Werror=format-extra-args] tau_workq = alloc_workqueue("tau", WQ_UNBOUND, 1, 0); Reported-by: Naresh Kamboju Fixes: