summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wcd-clsh-v2.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-19 19:48:57 +0300
committerTakashi Iwai <tiwai@suse.de>2020-10-26 17:27:13 +0300
commitad26098970b637f4565b110df929d74eb2c2652e (patch)
treeffe9877e4c56b8ebda480af358b072ff323e306b /sound/soc/codecs/wcd-clsh-v2.c
parentf7b6603c666798a1f8379e692d11d500885f32d8 (diff)
downloadlinux-ad26098970b637f4565b110df929d74eb2c2652e.tar.xz
ALSA: remove unneeded break
A break is not needed if it is preceded by a return, goto or break Signed-off-by: Tom Rix <trix@redhat.com> Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20201019164857.27223-1-trix@redhat.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/wcd-clsh-v2.c')
-rw-r--r--sound/soc/codecs/wcd-clsh-v2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd-clsh-v2.c b/sound/soc/codecs/wcd-clsh-v2.c
index 1be82113c59a..817d8259758c 100644
--- a/sound/soc/codecs/wcd-clsh-v2.c
+++ b/sound/soc/codecs/wcd-clsh-v2.c
@@ -480,7 +480,6 @@ static int _wcd_clsh_ctrl_set_state(struct wcd_clsh_ctrl *ctrl, int req_state,
case WCD_CLSH_STATE_HPHR:
wcd_clsh_state_hph_r(ctrl, req_state, is_enable, mode);
break;
- break;
case WCD_CLSH_STATE_LO:
wcd_clsh_state_lo(ctrl, req_state, is_enable, mode);
break;