From: Vinod Koul Date: Tue, 21 Aug 2012 06:45:02 +0000 (+0530) Subject: ASoC: compress - fix code alignment X-Git-Tag: v3.7-rc2~30^2~1^2~166 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9d2667a910b8d889a8307bd2534032eb6ed0ea36;p=profile%2Fivi%2Fkernel-x86-ivi.git ASoC: compress - fix code alignment Reported-by: Fengguang Wu Signed-off-by: Namarta Kohli Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/soc-compress.c b/sound/soc/soc-compress.c index 88d85ba..cc0562d 100644 --- a/sound/soc/soc-compress.c +++ b/sound/soc/soc-compress.c @@ -104,7 +104,7 @@ static int soc_compr_free(struct snd_compr_stream *cstream) if (platform->driver->compr_ops && platform->driver->compr_ops->free) platform->driver->compr_ops->free(cstream); - cpu_dai->runtime = NULL; + cpu_dai->runtime = NULL; if (cstream->direction == SND_COMPRESS_PLAYBACK) { if (!rtd->pmdown_time || codec->ignore_pmdown_time ||