From: Eric W. Biederman Date: Tue, 5 Sep 2017 13:42:47 +0000 (-0500) Subject: signal/mips: Remove FPE_FIXME usage from mips X-Git-Tag: v4.14-rc1~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076a9bcacfc7ccbc2b3fdf3bd490718f6b182419;p=thirdparty%2Flinux.git signal/mips: Remove FPE_FIXME usage from mips Ralf Baechle recently merged a change to stop explicitly handling this case on mips, as the case is impossible. Unfortunately when the code in force_fcr31_sig to not use siginfo but a simple interger variable gcc starts warning about an unitialized variable. So add a return statement so gcc knows the code never attempts to use the impossible value. Cc: Ralf Baechle Signed-off-by: "Eric W. Biederman" --- 076a9bcacfc7ccbc2b3fdf3bd490718f6b182419