treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / net / arcnet / arc-rimi.c
index 14a5fb3781453526914bdab493c9b68beaa596b3..98df38fe553ced05b714767d4ad628dcba45819a 100644 (file)
@@ -363,13 +363,13 @@ static int __init arcrimi_setup(char *s)
        switch (ints[0]) {
        default:                /* ERROR */
                pr_err("Too many arguments\n");
-               /* Fall through */
+               fallthrough;
        case 3:         /* Node ID */
                node = ints[3];
-               /* Fall through */
+               fallthrough;
        case 2:         /* IRQ */
                irq = ints[2];
-               /* Fall through */
+               fallthrough;
        case 1:         /* IO address */
                io = ints[1];
        }