Messages in this thread |  | | Date | Tue, 24 Nov 2020 08:38:14 -0600 | From | "Gustavo A. R. Silva" <> | Subject | Re: [PATCH 126/141] slimbus: messaging: Fix fall-through warnings for Clang |
| |
On Tue, Nov 24, 2020 at 10:48:04AM +0000, Srinivas Kandagatla wrote: > > > On 20/11/2020 18:39, Gustavo A. R. Silva 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> > > --- > > > Applied thanks,
Thank you, Srini. -- Gustavo
|  |