treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / iommu / amd / init.c
index 958050c213f98849239efac787bc329269d8cea8..c652f16eb702a613aa394eba7ac0a4f80d6e6fc3 100644 (file)
@@ -2258,7 +2258,7 @@ static void iommu_enable_ga(struct amd_iommu *iommu)
        switch (amd_iommu_guest_ir) {
        case AMD_IOMMU_GUEST_IR_VAPIC:
                iommu_feature_enable(iommu, CONTROL_GAM_EN);
-               /* Fall through */
+               fallthrough;
        case AMD_IOMMU_GUEST_IR_LEGACY_GA:
                iommu_feature_enable(iommu, CONTROL_GA_EN);
                iommu->irte_ops = &irte_128_ops;