提交 ec5a82d6 编写于 作者: A Adrian Dinu 提交者: Mark Brown

ASoC: Add space around '='

This was reported by checkpatch.pl
Signed-off-by: NAdrian Dinu <adrian.dinu95@gmail.com>
Signed-off-by: NMark Brown <broonie@kernel.org>
上级 c1ae3cfa
......@@ -3139,7 +3139,7 @@ static int snd_soc_component_initialize(struct snd_soc_component *component,
component->suspend = component->driver->suspend;
component->resume = component->driver->resume;
component->pcm_new = component->driver->pcm_new;
component->pcm_free= component->driver->pcm_free;
component->pcm_free = component->driver->pcm_free;
dapm = &component->dapm;
dapm->dev = dev;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册