Re: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs

2019-04-10 Thread Gustavo A. R. Silva
vid Woodhouse; Brian Norris; Boris Brezillon; Marek Vasut; Richard >>> Weinberger >>> Cc: linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Gustavo >>> A. R. Silva >>> Subject: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs >>> >>> In

Re: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs

2019-03-20 Thread Gustavo A. R. Silva
Silva >> Sent: Saturday, February 9, 2019 3:06 AM >> To: David Woodhouse; Brian Norris; Boris Brezillon; Marek Vasut; Richard >> Weinberger >> Cc: linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Gustavo >> A. R. Silva >> Subject: [PATCH] mtd: cfi_cmdset_0

Re: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs

2019-02-12 Thread Gustavo A. R. Silva
February 9, 2019 3:06 AM >> To: David Woodhouse; Brian Norris; Boris Brezillon; Marek Vasut; Richard >> Weinberger >> Cc: linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Gustavo >> A. R. Silva >> Subject: [PATCH] mtd: cfi_cmdset_0002: Mark expected swit

RE: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs

2019-02-09 Thread Tokunori Ikegami
t; Weinberger > Cc: linux-...@lists.infradead.org; linux-kernel@vger.kernel.org; Gustavo > A. R. Silva > Subject: [PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs > > In preparation to enabling -Wimplicit-fallthrough, mark switch > cases where we are expecting to fal

[PATCH] mtd: cfi_cmdset_0002: Mark expected switch fall-throughs

2019-02-08 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 warnings: drivers/mtd/chips/cfi_cmdset_0002.c: In function ‘get_chip’: drivers/mtd/chips/cfi_cmdset_0002.c:870:6: warning: this statement may fall through [