treewide: Use fallthrough pseudo-keyword
[linux-block.git] / drivers / regulator / slg51000-regulator.c
index 44e4cecbf6dec0600cc2501487a74a3b2bc9fac2..87b020d0b958dd9869a9ec6024f1892fbe651ce9 100644 (file)
@@ -319,7 +319,7 @@ static int slg51000_regulator_init(struct slg51000 *chip)
                                rdesc->linear_min_sel = 0;
                                break;
                        }
-                       /* Fall through - to the check below.*/
+                       fallthrough;    /* to the check below */
 
                default:
                        rdesc->linear_min_sel = vsel_range[0];