]> Git Repo - linux.git/blobdiff - arch/arm/mach-orion5x/dns323-setup.c
treewide: Use fallthrough pseudo-keyword
[linux.git] / arch / arm / mach-orion5x / dns323-setup.c
index d13344b2ddcd4ef0ad6c8b8554733a0fc6063610..87cb47220e825938ae9d8c5bc011e4c70ccb4d96 100644 (file)
@@ -624,7 +624,7 @@ static void __init dns323_init(void)
                 dns323ab_leds[0].active_low = 1;
                 gpio_request(DNS323_GPIO_LED_POWER1, "Power Led Enable");
                 gpio_direction_output(DNS323_GPIO_LED_POWER1, 0);
-               /* Fall through */
+               fallthrough;
        case DNS323_REV_B1:
                i2c_register_board_info(0, dns323ab_i2c_devices,
                                ARRAY_SIZE(dns323ab_i2c_devices));
This page took 0.029768 seconds and 4 git commands to generate.