treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / isdn / hardware / mISDN / hfcpci.c
index 904a4f4c5ff9eeb032b2b97b237fe923c65f698f..56bd2e9db6ed6a1bfe92173e0c987d0ca527b3b9 100644 (file)
@@ -1280,7 +1280,7 @@ mode_hfcpci(struct bchannel *bch, int bc, int protocol)
        case (-1): /* used for init */
                bch->state = -1;
                bch->nr = bc;
-               /* fall through */
+               fallthrough;
        case (ISDN_P_NONE):
                if (bch->state == ISDN_P_NONE)
                        return 0;