X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Finput%2Fsparse-keymap.c;h=25bf8be6e71116b6e6cce6503222f0769fcfd14c;hb=765092e4cdaa8439b969952ec4e6de3b84241f90;hp=530fd15eaecadd15b4d42051583c694fa6eac429;hpb=75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37;p=linux-2.6-microblaze.git diff --git a/drivers/input/sparse-keymap.c b/drivers/input/sparse-keymap.c index 530fd15eaeca..25bf8be6e711 100644 --- a/drivers/input/sparse-keymap.c +++ b/drivers/input/sparse-keymap.c @@ -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);