MIPS: Use fallthrough for arch/mips
[linux-2.6-microblaze.git] / arch / mips / math-emu / sp_fdp.c
index 9f14561..5641749 100644 (file)
@@ -34,8 +34,7 @@ union ieee754sp ieee754sp_fdp(union ieee754dp x)
        case IEEE754_CLASS_SNAN:
                x = ieee754dp_nanxcpt(x);
                EXPLODEXDP;
-               /* fall through */
-
+               fallthrough;
        case IEEE754_CLASS_QNAN:
                y = ieee754sp_nan_fdp(xs, xm);
                if (!ieee754_csr.nan2008) {