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>
This commit is contained in:
Родитель
7ae6871fe5
Коммит
55dafe5dc2
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче