]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit78f39f123dfb473a38b4ad1a3065fec49bac2d92
treef01ffcf9c72a3286cd77651846c2c1c25a4e0112
parent32e0575aee26f27ff89a0120a3645337ab43e40a
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: ea7369f1e1a9 ("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