Re: [PATCH RESEND][next] mtd: cfi: Fix fall-through warnings for Clang
From: Vignesh Raghavendra
Date: Thu Mar 11 2021 - 06:07:15 EST
On 3/5/21 1:49 PM, Gustavo A. R. Silva wrote:
> In preparation to enable -Wimplicit-fallthrough for Clang, fix multiple
> warnings by explicitly adding multiple break statements and a return
> 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>
> ---
Acked-by: Vignesh Raghavendra <vigneshr@xxxxxx>
Miquel,
Feel free to queue this via mtd/next
Regards
Vignesh
[...]