From: Liam Girdwood <lrg@slimlogic.co.uk>
To: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: alsa-devel@alsa-project.org, patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH] ASoC: Move soc-core module init next to functon definition
Date: Wed, 13 Oct 2010 11:00:10 +0100 [thread overview]
Message-ID: <1286964010.3282.33.camel@odin> (raw)
In-Reply-To: <1286963853-10116-1-git-send-email-broonie@opensource.wolfsonmicro.com>
On Wed, 2010-10-13 at 10:57 +0100, Mark Brown wrote:
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> ---
> sound/soc/soc-core.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
> index f4286ab..4cbfe46 100644
> --- a/sound/soc/soc-core.c
> +++ b/sound/soc/soc-core.c
> @@ -3311,6 +3311,7 @@ static int __init snd_soc_init(void)
>
> return platform_driver_register(&soc_driver);
> }
> +module_init(snd_soc_init);
>
> static void __exit snd_soc_exit(void)
> {
> @@ -3319,8 +3320,6 @@ static void __exit snd_soc_exit(void)
> #endif
> platform_driver_unregister(&soc_driver);
> }
> -
> -module_init(snd_soc_init);
> module_exit(snd_soc_exit);
>
> /* Module information */
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
--
Freelance Developer, SlimLogic Ltd
ASoC and Voltage Regulator Maintainer.
http://www.slimlogic.co.uk
next prev parent reply other threads:[~2010-10-13 10:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-13 9:57 [PATCH] ASoC: Move soc-core module init next to functon definition Mark Brown
2010-10-13 10:00 ` Liam Girdwood [this message]
2010-10-15 10:06 ` Liam Girdwood
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=1286964010.3282.33.camel@odin \
--to=lrg@slimlogic.co.uk \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=patches@opensource.wolfsonmicro.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 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).