Commit 55dafe5d authored by Emil Goode's avatar Emil Goode Committed by Mark Brown

ASoC: Fix double assignment of .owner in struct snd_soc_card

In struct snd_soc_card zylonite .owner is assigned THIS_MODULE
twice, remove one of them.
Signed-off-by: default avatarEmil Goode <emilgoode@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 7ae6871f
...@@ -256,7 +256,6 @@ static struct snd_soc_card zylonite = { ...@@ -256,7 +256,6 @@ static struct snd_soc_card zylonite = {
.resume_pre = &zylonite_resume_pre, .resume_pre = &zylonite_resume_pre,
.dai_link = zylonite_dai, .dai_link = zylonite_dai,
.num_links = ARRAY_SIZE(zylonite_dai), .num_links = ARRAY_SIZE(zylonite_dai),
.owner = THIS_MODULE,
}; };
static struct platform_device *zylonite_snd_ac97_device; static struct platform_device *zylonite_snd_ac97_device;
......
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