From: Manuel Lauss Date: Thu, 20 Feb 2014 13:37:40 +0000 (+0100) Subject: MIPS: Alchemy: Fix unchecked kstrtoul return value X-Git-Tag: v3.14-rc8~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d334c2b9de03c62767d04d8d927bc6d06f3fbd62;p=pandora-kernel.git 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 Cc: Linux-MIPS Patchwork: https://patchwork.linux-mips.org/patch/6574/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed