treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / tty / mips_ejtag_fdc.c
index 21e76a2ec1820ccaee4d227239823e35f849a992..a8e19b4833bf9a95a0f95412d2241bdbb071f2f5 100644 (file)
@@ -243,7 +243,7 @@ done:
                /* Fall back to a 3 byte encoding */
                word.bytes = 3;
                word.word &= 0x00ffffff;
-               /* Fall through */
+               fallthrough;
        case 3:
                /* 3 byte encoding */
                word.word |= 0x82000000;