Re: [PATCH] mmc: Annotate implicit fall through in jz_mmc_irq_worker

2019-01-21 Thread Ulf Hansson
On Wed, 16 Jan 2019 at 20:52, Mathieu Malaterre wrote: > > There is a plan to build the kernel with -Wimplicit-fallthrough and > these places in the code produced warnings (W=1). > > This commit removes the following warnings: > > drivers/mmc/host/jz4740_mmc.c:745:3: warning: this statement may

[PATCH] mmc: Annotate implicit fall through in jz_mmc_irq_worker

2019-01-16 Thread Mathieu Malaterre
There is a plan to build the kernel with -Wimplicit-fallthrough and these places in the code produced warnings (W=1). This commit removes the following warnings: drivers/mmc/host/jz4740_mmc.c:745:3: warning: this statement may fall through [-Wimplicit-fallthrough=] drivers/mmc/host/jz4740_mm