From: Stephen Warren Date: Fri, 28 Jan 2011 21:26:38 +0000 (-0700) Subject: ASoC: Tegra: Harmony: Fix indentation issue. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=bc72fe0c0e90b1ff9c12037321626aa5a4b061c3;p=mv-sheeva.git ASoC: Tegra: Harmony: Fix indentation issue. Indent with TABs not spaces. Signed-off-by: Stephen Warren Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- diff --git a/sound/soc/tegra/harmony.c b/sound/soc/tegra/harmony.c index 0f5a4815093..b5311a3ee95 100644 --- a/sound/soc/tegra/harmony.c +++ b/sound/soc/tegra/harmony.c @@ -104,11 +104,12 @@ static int harmony_asoc_hw_params(struct snd_pcm_substream *substream, } if (mclk_change) { - err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk, SND_SOC_CLOCK_IN); - if (err < 0) { - pr_err(PREFIX "codec_dai clock not set\n"); - return err; - } + err = snd_soc_dai_set_sysclk(codec_dai, 0, mclk, + SND_SOC_CLOCK_IN); + if (err < 0) { + pr_err(PREFIX "codec_dai clock not set\n"); + return err; + } } return 0;