diff options
author | Adrian Dinu <adrian.dinu95@gmail.com> | 2017-02-25 12:23:00 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-03-07 13:51:07 +0100 |
commit | ec5a82d6c0b860bf4cba5c7ef8646ae5dad9f5a6 (patch) | |
tree | 63d54c664a552bae162c277ea34cc24954e91d63 /sound/soc/soc-core.c | |
parent | Linux 4.11-rc1 (diff) | |
download | linux-ec5a82d6c0b860bf4cba5c7ef8646ae5dad9f5a6.tar.xz linux-ec5a82d6c0b860bf4cba5c7ef8646ae5dad9f5a6.zip |
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>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r-- | sound/soc/soc-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c index 6dca408faae3..d29fbc7195a0 100644 --- a/sound/soc/soc-core.c +++ b/sound/soc/soc-core.c @@ -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; |