Re: [PATCH] pcmcia: db1xxx_ss: Mark expected switch fall-throughs

2019-08-05 Thread Kees Cook
On Mon, Aug 05, 2019 at 02:49:42PM -0500, Gustavo A. R. Silva wrote: > Mark switch cases where we are expecting to fall through. > > This patch fixes the following warnings (Building: db1xxx_defconfig mips): > > drivers/pcmcia/db1xxx_ss.c:257:3: warning: this statement may fall through > [-Wimpl

[PATCH] pcmcia: db1xxx_ss: Mark expected switch fall-throughs

2019-08-05 Thread Gustavo A. R. Silva
Mark switch cases where we are expecting to fall through. This patch fixes the following warnings (Building: db1xxx_defconfig mips): drivers/pcmcia/db1xxx_ss.c:257:3: warning: this statement may fall through [-Wimplicit-fallthrough=] drivers/pcmcia/db1xxx_ss.c:269:3: warning: this statement may