From: Gustavo A. R. Silva Date: Mon, 15 Oct 2018 18:21:47 +0000 (-0700) Subject: Input: atmel_mxt_ts - mark expected switch fall-through X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=03bf67817ec1b8eb3017d2884486ef1bac128764;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/atmel_mxt_ts.c b/drivers/input/touchscreen/atmel_mxt_ts.c index bbc122f35515..d3aacd534e9c 100644 --- a/drivers/input/touchscreen/atmel_mxt_ts.c +++ b/drivers/input/touchscreen/atmel_mxt_ts.c @@ -488,7 +488,7 @@ static int mxt_lookup_bootloader_address(struct mxt_data *data, bool retry) bootloader = appmode - 0x24; break; } - /* Fall through for normal case */ + /* Fall through - for normal case */ case 0x4c: case 0x4d: case 0x5a: