Re: [PATCH] mfd: mxs-lradc: Mark expected switch fall-through

2019-02-14 Thread Lee Jones
On Mon, 11 Feb 2019, Gustavo A. R. Silva wrote: > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fall through. > > This patch fixes the following warning: > > drivers/mfd/mxs-lradc.c: In function ‘mxs_lradc_probe’: > drivers/mfd/mxs-lradc.c:179:7

[PATCH] mfd: mxs-lradc: Mark expected switch fall-through

2019-02-11 Thread Gustavo A. R. Silva
In preparation to enabling -Wimplicit-fallthrough, mark switch cases where we are expecting to fall through. This patch fixes the following warning: drivers/mfd/mxs-lradc.c: In function ‘mxs_lradc_probe’: drivers/mfd/mxs-lradc.c:179:7: warning: this statement may fall through [-Wimplicit-fallthr