Messages in this thread |  | | Date | Mon, 23 Nov 2020 16:59:05 -0600 | From | "Gustavo A. R. Silva" <> | Subject | Re: [PATCH 090/141] iio: adc: cpcap: Fix fall-through warnings for Clang |
| |
On Sat, Nov 21, 2020 at 03:05:04PM +0000, Jonathan Cameron wrote: > On Fri, 20 Nov 2020 12:36:26 -0600 > "Gustavo A. R. Silva" <gustavoars@kernel.org> wrote: > > > In preparation to enable -Wimplicit-fallthrough for Clang, fix a warning > > by explicitly adding a break statement instead of letting the code fall > > through to the next case. > > > > Link: https://github.com/KSPP/linux/issues/115 > > Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> > Hi Gustavo,
Hi Jonathan,
> I'm assuming there is no 'huge' rush for these an intent is that they will > filter through the various subsystems. Hence I've queued it up for the > next merge window.
Yep; no rush for this.
> Applied to the togreg branch of iio.git
Thank you! -- Gustavo
|  |