On 3/5/2021 4:19 AM, Gustavo A. R. Silva (gustavoars@kernel.org) 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 This change looks good to me. Although I would also be happy with a fallthrough statement being added instead. Reviewed-by: Jeffrey Altman