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
committato da Takashi Iwai
parent cd4035e814
commit 1d198f26c9
12 ha cambiato i file con 20 aggiunte e 20 eliminazioni

Vedi File

@@ -328,7 +328,7 @@ static int ak4641_i2s_hw_params(struct snd_pcm_substream *substream,
if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) {
ak4641->playback_fs = rate;
ak4641_set_deemph(codec);
};
}
return 0;
}