Browse Source

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: Emil Goode <emilgoode@gmail.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Emil Goode 12 years ago
parent
commit
55dafe5dc2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      sound/soc/pxa/zylonite.c

+ 0 - 1
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;