Re: [PATCH 007/141] gpio: Fix fall-through warnings for Clang

2020-11-20 Thread Gustavo A. R. Silva
On 11/20/20 12:56, Andy Shevchenko wrote: > On Fri, Nov 20, 2020 at 12:25:16PM -0600, Gustavo A. R. Silva wrote: >> In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple >> warnings by explicitly adding a break and a fallthrough statements >> instead of just letting the code fa

Re: [PATCH 007/141] gpio: Fix fall-through warnings for Clang

2020-11-20 Thread Andy Shevchenko
On Fri, Nov 20, 2020 at 12:25:16PM -0600, Gustavo A. R. Silva wrote: > In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple > warnings by explicitly adding a break and a fallthrough statements > instead of just letting the code fall through to the next case. Shouldn't this go vi