Commit 291aaff0 authored by Codrut Grosu's avatar Codrut Grosu Committed by Mark Brown
Browse files

ASoC: pxa: Remove unneeded else after return statement



This was reported by checkpatch.pl

Signed-off-by: default avatarCodrut Grosu <codrut.cristian.grosu@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 3e22e9d7
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -140,7 +140,6 @@ static int pxa2xx_ac97_mic_startup(struct snd_pcm_substream *substream,
{
	if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK)
		return -ENODEV;
	else
	snd_soc_dai_set_dma_data(cpu_dai, substream,
				 &pxa2xx_ac97_pcm_mic_mono_in);