diff options
author | Emil Goode <emilgoode@gmail.com> | 2013-06-14 05:48:56 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-06-14 06:00:03 -0400 |
commit | 55dafe5dc29c1a8e9ac4a14c38f9550ec79524c9 (patch) | |
tree | 79e387fd8a19af3fa1eb90448a5bd388e885d47e | |
parent | 7ae6871fe51e337caa88025ac2dc0c586c4d4a09 (diff) |
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>
-rw-r--r-- | sound/soc/pxa/zylonite.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/zylonite.c b/sound/soc/pxa/zylonite.c index ceb656695b0f..db8aadf8932d 100644 --- a/sound/soc/pxa/zylonite.c +++ b/sound/soc/pxa/zylonite.c | |||
@@ -256,7 +256,6 @@ static struct snd_soc_card zylonite = { | |||
256 | .resume_pre = &zylonite_resume_pre, | 256 | .resume_pre = &zylonite_resume_pre, |
257 | .dai_link = zylonite_dai, | 257 | .dai_link = zylonite_dai, |
258 | .num_links = ARRAY_SIZE(zylonite_dai), | 258 | .num_links = ARRAY_SIZE(zylonite_dai), |
259 | .owner = THIS_MODULE, | ||
260 | }; | 259 | }; |
261 | 260 | ||
262 | static struct platform_device *zylonite_snd_ac97_device; | 261 | static struct platform_device *zylonite_snd_ac97_device; |