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>
Este cometimento está contido em:
Joe Perches
2013-10-08 15:55:45 -07:00
cometido por Takashi Iwai
ascendente cd4035e814
cometimento 1d198f26c9
12 ficheiros modificados com 20 adições e 20 eliminações

Ver ficheiro

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