Re: [PATCH] intel_th: Mark expected switch fall-throughs

2019-02-21 Thread Alexander Shishkin
"Gustavo A. R. Silva" writes: > Hi all, > > Friendly ping: > > Who can take this? I'll take it. Thanks!

Re: [PATCH] intel_th: Mark expected switch fall-throughs

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

[PATCH] intel_th: Mark expected switch fall-throughs

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 warnings: drivers/hwtracing/intel_th/sth.c: In function ‘sth_stm_packet’: drivers/hwtracing/intel_th/sth.c:86:7: warning: this statement may fall through