Re: [PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

2019-04-10 Thread Kees Cook
On Fri, Feb 8, 2019 at 10:12 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/lpddr/lpddr_cmds.c: In function ‘chip_ready’: >

Re: [PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

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:17 PM, Gustavo A. R. Silva wrote: > Hi all, > > Friendly ping: > > Who can take this? > > Thanks > -- > Gustavo > > On 2/8/19 12:12 PM, Gustavo A. R. Silva wrote: >> In preparation to enabling

Re: [PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

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

Re: [PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

2019-02-13 Thread Gustavo A. R. Silva
On 2/13/19 8:05 AM, Boris Brezillon wrote: > On Tue, 12 Feb 2019 09:31:31 -0600 > "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 warning: >> >>

Re: [PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

2019-02-13 Thread Boris Brezillon
On Tue, 12 Feb 2019 09:31:31 -0600 "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 warning: > > drivers/mtd/lpddr/lpddr_cmds.c: In function ‘chip_ready’: >

[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

2019-02-12 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 warning: drivers/mtd/lpddr/lpddr_cmds.c: In function ‘chip_ready’: drivers/mtd/lpddr/lpddr_cmds.c:319:6: warning: this statement may fall through

[PATCH] mtd: lpddr_cmds: Mark expected switch fall-through

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/lpddr/lpddr_cmds.c: In function ‘chip_ready’: drivers/mtd/lpddr/lpddr_cmds.c:319:6: warning: this statement may fall through