[alsa-devel] [PATCH 1/2] ASoC: simple-card: Remove trailing whitespace

Jyri Sarha jsarha at ti.com
Mon Mar 2 15:14:32 CET 2015


Signed-off-by: Jyri Sarha <jsarha at ti.com>
---
 sound/soc/generic/simple-card.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index f7c6734..d15c919 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -50,7 +50,7 @@ static int asoc_simple_card_startup(struct snd_pcm_substream *substream)
 	ret = clk_prepare_enable(dai_props->cpu_dai.clk);
 	if (ret)
 		return ret;
-	
+
 	ret = clk_prepare_enable(dai_props->codec_dai.clk);
 	if (ret)
 		clk_disable_unprepare(dai_props->cpu_dai.clk);
-- 
1.9.1



More information about the Alsa-devel mailing list