ASoC: Add space around '='

This was reported by checkpatch.pl

Signed-off-by: Adrian Dinu <adrian.dinu95@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Adrian Dinu 2017-02-25 13:23:00 +02:00 committed by Mark Brown
parent c1ae3cfa0e
commit ec5a82d6c0
1 changed files with 1 additions and 1 deletions

View File

@ -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;