Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;