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

No differences found