projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ae3cf
)
ASoC: Add space around '='
author
Adrian Dinu
<adrian.dinu95@gmail.com>
Sat, 25 Feb 2017 11:23:00 +0000
(13:23 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 7 Mar 2017 12:51:07 +0000
(13:51 +0100)
This was reported by checkpatch.pl
Signed-off-by: Adrian Dinu <adrian.dinu95@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-core.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/soc-core.c
b/sound/soc/soc-core.c
index 6dca408faae334d223494c33e14d503518b497d7..d29fbc7195a025c4fe4ad28bf9839d475d84f3b9 100644
(file)
--- 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;