powerpc/tau: Remove superfluous parameter in alloc_workqueue() call
authorFinn Thain <fthain@linux-m68k.org>
Fri, 11 Jun 2021 07:58:27 +0000 (17:58 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Jun 2021 13:47:10 +0000 (23:47 +1000)
commitddf4a7bcd09439e82c4d6f959f4ff6c53f07466f
treef01ffcf9c72a3286cd77651846c2c1c25a4e0112
parent87f19ea10100892637d4eee9069fad4ed61cb6a5
powerpc/tau: Remove superfluous parameter in alloc_workqueue() call

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);

Fixes: b1c6a0a10bfa ("powerpc/tau: Convert from timer to workqueue")
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Finn Thain <fthain@linux-m68k.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/a1456e8bbd33ef702e3ff6f14b1bf3919241c62b.1623398307.git.fthain@linux-m68k.org
arch/powerpc/kernel/tau_6xx.c