All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Jie Yang <yang.jie@intel.com>
Cc: ramesh.babu@linux.intel.com, alsa-devel@alsa-project.org,
	tiwai@suse.de, vivian.zhang@intel.com,
	vinod.koul@linux.intel.com, liam.r.girdwood@intel.com
Subject: Re: [PATCH 2/2] ASoC: soc-compress: split soc-compress to a module
Date: Fri, 12 Jun 2015 13:15:24 +0100	[thread overview]
Message-ID: <20150612121524.GT1921@sirena.org.uk> (raw)
In-Reply-To: <1434110356-23516-2-git-send-email-yang.jie@intel.com>


[-- Attachment #1.1: Type: text/plain, Size: 319 bytes --]

On Fri, Jun 12, 2015 at 07:59:16PM +0800, Jie Yang wrote:

> +static int __init soc_compress_init(void)
> +{
> +       return 0;
> +}
> +module_init(soc_compress_init);
> +
> +static void __exit soc_compress_exit(void)
> +{
> +}
> +module_exit(soc_compress_exit);

These are completely empty, why are they being added?

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2015-06-12 12:15 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-12 11:59 [PATCH 1/2] ASoC: soc-compress: add a config item for soc-compress Jie Yang
2015-06-12 11:59 ` [PATCH 2/2] ASoC: soc-compress: split soc-compress to a module Jie Yang
2015-06-12 12:15   ` Mark Brown [this message]
2015-06-12 13:37     ` Jie, Yang
2015-06-12 12:15   ` Mark Brown
2015-06-12 13:34     ` Jie, Yang
2015-06-12 12:14 ` [PATCH 1/2] ASoC: soc-compress: add a config item for soc-compress Mark Brown
2015-06-12 12:31   ` Jie, Yang
2015-06-12 13:00     ` Mark Brown
2015-06-12 13:33       ` Jie, Yang
2015-06-16  8:13         ` Vinod Koul
2015-06-16  8:51           ` Jie, Yang

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=20150612121524.GT1921@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=liam.r.girdwood@intel.com \
    --cc=ramesh.babu@linux.intel.com \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@linux.intel.com \
    --cc=vivian.zhang@intel.com \
    --cc=yang.jie@intel.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.