Commit ec5a82d6 authored by Adrian Dinu's avatar Adrian Dinu Committed by Mark Brown

ASoC: Add space around '='

This was reported by checkpatch.pl
Signed-off-by: default avatarAdrian Dinu <adrian.dinu95@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment