summaryrefslogtreecommitdiffstats
path: root/sound/soc/atmel
diff options
context:
space:
mode:
authorJoe Perches2013-10-09 00:55:45 +0200
committerTakashi Iwai2013-10-14 11:00:05 +0200
commit1d198f26c98e6501659d741d530f7b65e4b7aec3 (patch)
tree8b45bfe28932edb62f0d1e68c346face3e1bcd4b /sound/soc/atmel
parentALSA: hda - Enable surround speakers (when line out is also present) (diff)
downloadkernel-qcow2-linux-1d198f26c98e6501659d741d530f7b65e4b7aec3.tar.gz
kernel-qcow2-linux-1d198f26c98e6501659d741d530f7b65e4b7aec3.tar.xz
kernel-qcow2-linux-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/atmel')
-rw-r--r--sound/soc/atmel/atmel_ssc_dai.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index bb53dea85b17..8697cedccd21 100644
--- a/sound/soc/atmel/atmel_ssc_dai.c
+++ b/sound/soc/atmel/atmel_ssc_dai.c
@@ -777,7 +777,7 @@ static int asoc_ssc_init(struct device *dev)
if (ret) {
dev_err(dev, "Could not register PCM: %d\n", ret);
goto err_unregister_dai;
- };
+ }
return 0;