Re: [PATCH 126/141] slimbus: messaging: Fix fall-through warnings for Clang

From: Gustavo A. R. Silva
Date: Tue Nov 24 2020 - 09:38:20 EST


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@xxxxxxxxxx>
> > ---
>
>
> Applied thanks,

Thank you, Srini.
--
Gustavo