treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / platform / x86 / dell-laptop.c
index 5e9c2296931c9a750c7030add75168919ca1e6f1..70edc5bb3a146082599c348a07f5a1d930e88c25 100644 (file)
@@ -1587,10 +1587,10 @@ static ssize_t kbd_led_timeout_store(struct device *dev,
                switch (unit) {
                case KBD_TIMEOUT_DAYS:
                        value *= 24;
-                       /* fall through */
+                       fallthrough;
                case KBD_TIMEOUT_HOURS:
                        value *= 60;
-                       /* fall through */
+                       fallthrough;
                case KBD_TIMEOUT_MINUTES:
                        value *= 60;
                        unit = KBD_TIMEOUT_SECONDS;