alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c
@ 2010-07-12 13:14 Manuel Lauss
  2010-07-13 10:41 ` Liam Girdwood
  2010-07-13 11:40 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Manuel Lauss @ 2010-07-12 13:14 UTC (permalink / raw)
  To: alsa-devel; +Cc: Manuel Lauss

Annotate platform probe callback with __devinit instead of plain __init.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
---
 sound/soc/au1x/psc-i2s.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c
index 495be6e..24454c9 100644
--- a/sound/soc/au1x/psc-i2s.c
+++ b/sound/soc/au1x/psc-i2s.c
@@ -300,7 +300,7 @@ struct snd_soc_dai au1xpsc_i2s_dai = {
 };
 EXPORT_SYMBOL(au1xpsc_i2s_dai);
 
-static int __init au1xpsc_i2s_drvprobe(struct platform_device *pdev)
+static int __devinit au1xpsc_i2s_drvprobe(struct platform_device *pdev)
 {
 	struct resource *r;
 	unsigned long sel;
-- 
1.7.1.1


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

* Re: [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c
  2010-07-12 13:14 [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c Manuel Lauss
@ 2010-07-13 10:41 ` Liam Girdwood
  2010-07-13 11:40 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Liam Girdwood @ 2010-07-13 10:41 UTC (permalink / raw)
  To: Manuel Lauss; +Cc: alsa-devel

On Mon, 2010-07-12 at 15:14 +0200, Manuel Lauss wrote:
> Annotate platform probe callback with __devinit instead of plain __init.
> 
> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
> ---
>  sound/soc/au1x/psc-i2s.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/sound/soc/au1x/psc-i2s.c b/sound/soc/au1x/psc-i2s.c
> index 495be6e..24454c9 100644
> --- a/sound/soc/au1x/psc-i2s.c
> +++ b/sound/soc/au1x/psc-i2s.c
> @@ -300,7 +300,7 @@ struct snd_soc_dai au1xpsc_i2s_dai = {
>  };
>  EXPORT_SYMBOL(au1xpsc_i2s_dai);
>  
> -static int __init au1xpsc_i2s_drvprobe(struct platform_device *pdev)
> +static int __devinit au1xpsc_i2s_drvprobe(struct platform_device *pdev)
>  {
>  	struct resource *r;
>  	unsigned long sel;


Manuel, thanks for the patch. Could you CC both Mark and I in the future
on future ASoC patches. I almost missed this one. 

Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
-- 
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk

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

* Re: [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c
  2010-07-12 13:14 [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c Manuel Lauss
  2010-07-13 10:41 ` Liam Girdwood
@ 2010-07-13 11:40 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2010-07-13 11:40 UTC (permalink / raw)
  To: alsa-devel; +Cc: alsa-devel

On Mon, Jul 12, 2010 at 03:14:59PM +0200, Manuel Lauss wrote:
> Annotate platform probe callback with __devinit instead of plain __init.
> 
> Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>

Applied, thanks.

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

end of thread, other threads:[~2010-07-13 11:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 13:14 [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c Manuel Lauss
2010-07-13 10:41 ` Liam Girdwood
2010-07-13 11:40 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).