ARM: smp_twd: fix build warning
authorArnd Bergmann <arnd@arndb.de>
Tue, 6 Nov 2012 22:02:27 +0000 (23:02 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 6 Nov 2012 22:07:02 +0000 (23:07 +0100)
commit5bd09fb0336aa4020b85f13e16a4d21e3f5f70c3
tree1b605b5bb6b85d4621f0dcbd3d4909eb84ab62b1
parenta7e816b857947f0a4d59c0d9c69810977479ac50
ARM: smp_twd: fix build warning

0336517b38c "ARM: smp_twd: don't warn on no DT node" introduced
a silly build warning by returning an error from a void function.
This keeps the intention of that patch but fixes the warning by
removing the error code

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/kernel/smp_twd.c