Re: [PATCH 098/141] mmc: sdhci-of-arasan: Fix fall-through warnings for Clang

From: Gustavo A. R. Silva
Date: Tue Nov 24 2020 - 09:36:45 EST


On Tue, Nov 24, 2020 at 03:25:32PM +0100, Ulf Hansson wrote:
> On Fri, 20 Nov 2020 at 19:37, Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> wrote:
> >
> > In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
> > warnings by explicitly adding multiple break statements 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 for next, thanks!

Thank you, Uffe.
--
Gustavo