mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ASoC: Fix double assignment of .owner in struct snd_soc_card
@ 2013-06-14  9:48 Emil Goode
  2013-06-14 10:00 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Emil Goode @ 2013-06-14  9:48 UTC (permalink / raw)
  To: eric.y.miao, linux, haojian.zhuang, lgirdwood, broonie, perex, tiwai
  Cc: linux-arm-kernel, alsa-devel, linux-kernel, kernel-janitors, Emil Goode

In struct snd_soc_card zylonite .owner is assigned THIS_MODULE
twice, remove one of them.

Signed-off-by: Emil Goode <emilgoode@gmail.com>
---
 sound/soc/pxa/zylonite.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/pxa/zylonite.c b/sound/soc/pxa/zylonite.c
index ceb6566..db8aadf 100644
--- a/sound/soc/pxa/zylonite.c
+++ b/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;
-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] ASoC: Fix double assignment of .owner in struct snd_soc_card
  2013-06-14  9:48 [PATCH] ASoC: Fix double assignment of .owner in struct snd_soc_card Emil Goode
@ 2013-06-14 10:00 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2013-06-14 10:00 UTC (permalink / raw)
  To: Emil Goode
  Cc: eric.y.miao, linux, haojian.zhuang, lgirdwood, perex, tiwai,
	linux-arm-kernel, alsa-devel, linux-kernel, kernel-janitors

[-- Attachment #1: Type: text/plain, Size: 172 bytes --]

On Fri, Jun 14, 2013 at 11:48:56AM +0200, Emil Goode wrote:
> In struct snd_soc_card zylonite .owner is assigned THIS_MODULE
> twice, remove one of them.

Applied, thanks.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-14 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-14  9:48 [PATCH] ASoC: Fix double assignment of .owner in struct snd_soc_card Emil Goode
2013-06-14 10:00 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®