staging: vt6655: mark expected switch fall-throughs in vnt_set_keymode
authorGustavo A. R. Silva <garsilva@embeddedor.com>
Tue, 10 Oct 2017 19:40:31 +0000 (14:40 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Oct 2017 14:42:28 +0000 (16:42 +0200)
commit69ccc6240d635abedf0f099abf613d7f939c9fae
treead6c108003aca8df1885fd9c60d9c53d3948e1c4
parent116d8eea59b7c061a054af5d25b2ce79185f2773
staging: vt6655: mark expected switch fall-throughs in vnt_set_keymode

In preparation to enabling -Wimplicit-fallthrough, mark switch cases
where we are expecting to fall through.

Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/key.c