Input: Use fallthrough pseudo-keyword
[linux-2.6-microblaze.git] / drivers / input / keyboard / adp5589-keys.c
index e7d58e7..eb0e9cd 100644 (file)
@@ -1016,7 +1016,7 @@ static int adp5589_probe(struct i2c_client *client,
        switch (id->driver_data) {
        case ADP5585_02:
                kpad->support_row5 = true;
-               /* fall through */
+               fallthrough;
        case ADP5585_01:
                kpad->is_adp5585 = true;
                kpad->var = &const_adp5585;