treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / isdn / hardware / mISDN / mISDNinfineon.c
index f4cb29766888457d0c06bdad1af9cda9034af17f..a16c7a2a7f3d0d22bf03713a58640db143440a25 100644 (file)
@@ -875,7 +875,7 @@ release_card(struct inf_hw *card) {
                                release_card(card->sc[i]);
                        card->sc[i] = NULL;
                }
-               /* fall through */
+               fallthrough;
        default:
                pci_disable_device(card->pdev);
                pci_set_drvdata(card->pdev, NULL);