Messages in this thread |  | | Subject | Re: [PATCH 007/141] gpio: Fix fall-through warnings for Clang | From | "Gustavo A. R. Silva" <> | Date | Fri, 20 Nov 2020 12:58:46 -0600 |
| |
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 fall through to the next case. > > Shouldn't this go via GPIO tree?
Yeah. Actually, you can ignore this patch, as I already sent two separate patches for this:
https://lore.kernel.org/lkml/20201119170901.GA22703@embeddedor/ https://lore.kernel.org/lkml/20201119170739.GA22665@embeddedor/
I noticed this immediately after sending this out.
Thanks -- Gustavo
|  |