summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/mc13783.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2013-10-08 15:55:45 -0700
committerTakashi Iwai <tiwai@suse.de>2013-10-14 11:00:05 +0200
commit1d198f26c98e6501659d741d530f7b65e4b7aec3 (patch)
tree8b45bfe28932edb62f0d1e68c346face3e1bcd4b /sound/soc/codecs/mc13783.c
parentcd4035e814b04c009ece9939396d06370c53ed44 (diff)
downloadlinux-stable-1d198f26c98e6501659d741d530f7b65e4b7aec3.tar.gz
linux-stable-1d198f26c98e6501659d741d530f7b65e4b7aec3.tar.bz2
linux-stable-1d198f26c98e6501659d741d530f7b65e4b7aec3.zip
sound: Remove unnecessary semicolons
These aren't necessary after switch and if blocks. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/soc/codecs/mc13783.c')
-rw-r--r--sound/soc/codecs/mc13783.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/mc13783.c b/sound/soc/codecs/mc13783.c
index ea141e1d6f28..154433084708 100644
--- a/sound/soc/codecs/mc13783.c
+++ b/sound/soc/codecs/mc13783.c
@@ -382,7 +382,7 @@ static int mc13783_set_tdm_slot_dac(struct snd_soc_dai *dai,
break;
default:
return -EINVAL;
- };
+ }
snd_soc_update_bits(codec, MC13783_SSI_NETWORK, mask, val);