Input: Use fallthrough pseudo-keyword
[linux-2.6-microblaze.git] / drivers / input / sparse-keymap.c
index 530fd15..25bf8be 100644 (file)
@@ -247,7 +247,7 @@ void sparse_keymap_report_entry(struct input_dev *dev, const struct key_entry *k
 
        case KE_SW:
                value = ke->sw.value;
-               /* fall through */
+               fallthrough;
 
        case KE_VSW:
                input_report_switch(dev, ke->sw.code, value);