Re: [PATCH 1/2] mtd: Annotate implicit fall through in nand_command/nand_command_lp

2019-01-25 Thread Miquel Raynal
Hi Mathieu, Mathieu Malaterre wrote on Wed, 16 Jan 2019 20:50:03 +0100: > 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/mtd/nand/raw/nand_legacy.c:332:6: warn

[PATCH 1/2] mtd: Annotate implicit fall through in nand_command/nand_command_lp

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/mtd/nand/raw/nand_legacy.c:332:6: warning: this statement may fall through [-Wimplicit-fallthrough=] drivers/mtd/nand/raw/