treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / input / joystick / fsia6b.c
index e78c4c768990934d979b21d1e73c1efc399e1eb4..76ffdec5c183f1d4fcd2635134143e6c19c2e4a6 100644 (file)
@@ -102,12 +102,12 @@ static irqreturn_t fsia6b_serio_irq(struct serio *serio,
                                        input_report_key(fsia6b->dev,
                                                         sw_id++,
                                                         sw_state == 0);
-                                       /* fall-through */
+                                       fallthrough;
                                case '2':
                                        input_report_key(fsia6b->dev,
                                                         sw_id++,
                                                         sw_state == 1);
-                                       /* fall-through */
+                                       fallthrough;
                                case '1':
                                        input_report_key(fsia6b->dev,
                                                         sw_id++,