commit | 1d198f26c98e6501659d741d530f7b65e4b7aec3 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Oct 08 15:55:45 2013 -0700 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Oct 14 11:00:05 2013 +0200 |
tree | 8b45bfe28932edb62f0d1e68c346face3e1bcd4b | |
parent | cd4035e814b04c009ece9939396d06370c53ed44 [diff] [blame] |
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>
diff --git a/sound/oss/sb_ess.c b/sound/oss/sb_ess.c index c0be085..0e7254b 100644 --- a/sound/oss/sb_ess.c +++ b/sound/oss/sb_ess.c
@@ -1544,7 +1544,7 @@ return 1; default: return 0; - }; + } }; #ifdef FKS_LOGGING