Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / gpio / gpio-ath79.c
index 53fae02..d535934 100644 (file)
@@ -129,7 +129,7 @@ static int ath79_gpio_irq_set_type(struct irq_data *data,
 
        case IRQ_TYPE_LEVEL_HIGH:
                polarity |= mask;
-               /* fall through */
+               fallthrough;
        case IRQ_TYPE_LEVEL_LOW:
                type |= mask;
                break;