MIPS: Use fallthrough for arch/mips
[linux-2.6-microblaze.git] / arch / mips / bcm63xx / dev-flash.c
index a109393..f9cc015 100644 (file)
@@ -94,7 +94,7 @@ static int __init bcm63xx_detect_flash_type(void)
                case STRAPBUS_6368_BOOT_SEL_PARALLEL:
                        return BCM63XX_FLASH_TYPE_PARALLEL;
                }
-               /* fall through */
+               fallthrough;
        default:
                return -EINVAL;
        }