Re: [PATCH] mmc: meson-mx-sdio: mark expected switch fall-through

From: Martin Blumenstingl
Date: Fri Oct 05 2018 - 17:10:26 EST


On Fri, Oct 5, 2018 at 12:15 PM Gustavo A. R. Silva
<gustavo@xxxxxxxxxxxxxx> wrote:
>
> In preparation to enabling -Wimplicit-fallthrough, mark switch cases
> where we are expecting to fall through.
>
> Notice that in this particular case, I replaced the "fall-through:"
> comment with a proper "fall through", which is what GCC is
> expecting to find.
>
> Addresses-Coverity-ID: 1373880 ("Missing break in switch")
> Signed-off-by: Gustavo A. R. Silva <gustavo@xxxxxxxxxxxxxx>
Acked-by: Martin Blumenstingl <martin.blumenstingl@xxxxxxxxxxxxxx>

thank you for taking care of this!


Regards
Martin