aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/rme32.c
diff options
context:
space:
mode:
authorTom Rix <trix@redhat.com>2020-10-19 09:48:57 -0700
committerTakashi Iwai <tiwai@suse.de>2020-10-26 15:27:13 +0100
commitad26098970b637f4565b110df929d74eb2c2652e (patch)
treeffe9877e4c56b8ebda480af358b072ff323e306b /sound/pci/rme32.c
parentALSA: fix kernel-doc markups (diff)
downloadlinux-dev-ad26098970b637f4565b110df929d74eb2c2652e.tar.xz
linux-dev-ad26098970b637f4565b110df929d74eb2c2652e.zip
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/pci/rme32.c')
-rw-r--r--sound/pci/rme32.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/rme32.c b/sound/pci/rme32.c
index 869af8a32c98..4eabece4dcba 100644
--- a/sound/pci/rme32.c
+++ b/sound/pci/rme32.c
@@ -468,7 +468,6 @@ static int snd_rme32_capture_getrate(struct rme32 * rme32, int *is_adat)
return 32000;
default:
return -1;
- break;
}
else
switch (n) { /* supporting the CS8412 */