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

2019-04-10 Thread Kees Cook
On Fri, Feb 8, 2019 at 10:17 AM 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 warnings: > > drivers/mtd/devices/phram.c: In function ‘parse_num64’: > drivers/mtd/devic

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

2019-04-10 Thread Gustavo A. R. Silva
Hi all, If no one cares I'll add this to my tree for 5.2. Thanks -- Gustavo On 3/20/19 3:19 PM, Gustavo A. R. Silva wrote: > Hi all, > > Friendly ping: > > Who can take this? > > Thanks > -- > Gustavo > > On 2/8/19 12:09 PM, Gustavo A. R. Silva wrote: >> In preparation to enabling -Wimplicit

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

2019-03-20 Thread Gustavo A. R. Silva
Hi all, Friendly ping: Who can take this? Thanks -- Gustavo On 2/8/19 12:09 PM, 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 warnings: > > drivers/mtd/devices/phra

[PATCH] mtd: phram: 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/devices/phram.c: In function ‘parse_num64’: drivers/mtd/devices/phram.c:149:11: warning: this statement may fall through [-Wimplicit-f