All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Manuel Lauss <manuel.lauss@googlemail.com>
Cc: alsa-devel@alsa-project.org
Subject: Re: [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c
Date: Tue, 13 Jul 2010 11:41:42 +0100	[thread overview]
Message-ID: <1279017702.3125.36.camel@odin> (raw)
In-Reply-To: <1278940499-16824-1-git-send-email-manuel.lauss@googlemail.com>

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

  reply	other threads:[~2010-07-13 10:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-12 13:14 [PATCH] ASoC: au1x: fix section mismatch in psc-i2s.c Manuel Lauss
2010-07-13 10:41 ` Liam Girdwood [this message]
2010-07-13 11:40 ` Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1279017702.3125.36.camel@odin \
    --to=lrg@slimlogic.co.uk \
    --cc=alsa-devel@alsa-project.org \
    --cc=manuel.lauss@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.