Input: atmel_mxt_ts - mark expected switch fall-through
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Mon, 15 Oct 2018 18:21:47 +0000 (11:21 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Mon, 15 Oct 2018 18:24:11 +0000 (11:24 -0700)
commit03bf67817ec1b8eb3017d2884486ef1bac128764
treee1940191f09a58a5f2acb47f0a002489afb5faa8
parent15ee2992c07eb67576bab2d764f34d76aabb9143
Input: atmel_mxt_ts - mark expected switch fall-through

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

Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/atmel_mxt_ts.c