projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae6871
)
ASoC: Fix double assignment of .owner in struct snd_soc_card
author
Emil Goode
<emilgoode@gmail.com>
Fri, 14 Jun 2013 09:48:56 +0000
(11:48 +0200)
committer
Mark Brown
<broonie@linaro.org>
Fri, 14 Jun 2013 10:00:03 +0000
(11:00 +0100)
In struct snd_soc_card zylonite .owner is assigned THIS_MODULE
twice, remove one of them.
Signed-off-by: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/pxa/zylonite.c
patch
|
blob
|
history
diff --git
a/sound/soc/pxa/zylonite.c
b/sound/soc/pxa/zylonite.c
index
ceb6566
..
db8aadf
100644
(file)
--- a/
sound/soc/pxa/zylonite.c
+++ b/
sound/soc/pxa/zylonite.c
@@
-256,7
+256,6
@@
static struct snd_soc_card zylonite = {
.resume_pre = &zylonite_resume_pre,
.dai_link = zylonite_dai,
.num_links = ARRAY_SIZE(zylonite_dai),
- .owner = THIS_MODULE,
};
static struct platform_device *zylonite_snd_ac97_device;