aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss
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/oss
parentALSA: hda - Enable surround speakers (when line out is also present) (diff)
downloadlinux-dev-1d198f26c98e6501659d741d530f7b65e4b7aec3.tar.xz
linux-dev-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/oss')
-rw-r--r--sound/oss/sb_ess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/oss/sb_ess.c b/sound/oss/sb_ess.c
index c0be085e4a20..0e7254bde4c2 100644
--- a/sound/oss/sb_ess.c
+++ b/sound/oss/sb_ess.c
@@ -1544,7 +1544,7 @@ static int ess_has_rec_mixer (int submodel)
return 1;
default:
return 0;
- };
+ }
};
#ifdef FKS_LOGGING