MIPS: Alchemy: Fix unchecked kstrtoul return value
authorManuel Lauss <manuel.lauss@gmail.com>
Thu, 20 Feb 2014 13:37:40 +0000 (14:37 +0100)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Mar 2014 19:52:28 +0000 (20:52 +0100)
commitd334c2b9de03c62767d04d8d927bc6d06f3fbd62
tree0eb3eecf6b4f5d1fc59df0fde3cad958654579e0
parentf5179287b016cc61d6ad77b4a15fab9b6932df83
MIPS: Alchemy: Fix unchecked kstrtoul return value

enabled __must_check logic triggers a build error for mtx1 and gpr
in the prom init code.  Fix by checking the kstrtoul() return value.

Signed-off-by: Manuel Lauss <manuel.lauss@gmail.com>
Cc: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/6574/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/alchemy/board-gpr.c
arch/mips/alchemy/board-mtx1.c