WSL2-Linux-Kernel/sound/soc/qcom
Nathan Chancellor c6c203bc4d
ASoC: qdsp6: audioreach: Fix clang -Wimplicit-fallthrough
Clang warns:

sound/soc/qcom/qdsp6/topology.c:465:3: warning: unannotated fall-through between switch labels [-Wimplicit-fallthrough]
                default:
                ^
sound/soc/qcom/qdsp6/topology.c:465:3: note: insert 'break;' to avoid fall-through
                default:
                ^
                break;
1 warning generated.

Clang is a little more pedantic than GCC, which permits implicit
fallthroughs to cases that contain just break or return. Clang's version
is more in line with the kernel's own stance in deprecated.rst, which
states that all switch/case blocks must end in either break,
fallthrough, continue, goto, or return. Add the missing break to fix
the warning.

Link: https://github.com/ClangBuiltLinux/linux/issues/1495
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://lore.kernel.org/r/20211027190823.4057382-1-nathan@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
2021-10-28 13:28:18 +01:00
..
qdsp6 ASoC: qdsp6: audioreach: Fix clang -Wimplicit-fallthrough 2021-10-28 13:28:18 +01:00
Kconfig ASoC: qdsp6: audioreach: add support for q6prm-clocks 2021-10-26 13:50:12 +01:00
Makefile
apq8016_sbc.c
apq8096.c
common.c ASoC: qcom: common: Respect status = "disabled" on DAI link nodes 2021-10-25 17:41:25 +01:00
common.h
lpass-apq8016.c
lpass-cpu.c
lpass-hdmi.c
lpass-hdmi.h
lpass-ipq806x.c
lpass-lpaif-reg.h
lpass-platform.c
lpass-sc7180.c
lpass.h
sc7180.c
sdm845.c
sm8250.c ASoC: qcom: sm8250: Add Jack support 2021-10-18 21:11:50 +01:00
storm.c