Gustavo A. R. Silva <gustavo...@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.
Acked-by: Florian Westphal <f...@strlen.de>