1
0

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>
This commit is contained in:
Joe Perches
2013-10-08 15:55:45 -07:00
committed by Takashi Iwai
parent cd4035e814
commit 1d198f26c9
12 changed files with 20 additions and 20 deletions

View File

@@ -1544,7 +1544,7 @@ static int ess_has_rec_mixer (int submodel)
return 1;
default:
return 0;
};
}
};
#ifdef FKS_LOGGING