diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2021-03-05 09:28:32 +0100 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2021-04-15 22:00:43 +0200 |
commit | 8aa058d79b6d491778836626ba94a5165589acaf (patch) | |
tree | e2409dae63e4fc5a3a4052341d0f979d3d4b6a29 /fs/jffs2 | |
parent | ubifs: Report max LEB count at mount time (diff) | |
download | linux-8aa058d79b6d491778836626ba94a5165589acaf.tar.xz linux-8aa058d79b6d491778836626ba94a5165589acaf.zip |
ubi: Fix fall-through warnings for Clang
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 <gustavoars@kernel.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'fs/jffs2')
0 files changed, 0 insertions, 0 deletions