tty: mips_ejtag_fdc: Mark expected switch fall-through
[linux-2.6-microblaze.git] / drivers / tty / mips_ejtag_fdc.c
index 620d848..21e76a2 100644 (file)
@@ -243,6 +243,7 @@ done:
                /* Fall back to a 3 byte encoding */
                word.bytes = 3;
                word.word &= 0x00ffffff;
+               /* Fall through */
        case 3:
                /* 3 byte encoding */
                word.word |= 0x82000000;