linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: <fgao@ikuai8.com>
Cc: <alsa-devel@alsa-project.org>, <perex@perex.cz>,
	<linux-kernel@vger.kernel.org>, <gfree.wind@gmail.com>
Subject: Re: [PATCH 1/1] sound: Fix compile error of seq_device.c
Date: Tue, 21 Jun 2016 10:44:34 +0200	[thread overview]
Message-ID: <s5h4m8nx765.wl-tiwai@suse.de> (raw)
In-Reply-To: <1466498065-29692-1-git-send-email-fgao@ikuai8.com>

On Tue, 21 Jun 2016 10:34:25 +0200,
<fgao@ikuai8.com> wrote:
> 
> From: Gao Feng <fgao@ikuai8.com>
> 
> Signed-off-by: Gao Feng <fgao@ikuai8.com>

What compile error did you get?


Takashi

> ---
>  sound/core/seq/seq_device.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/sound/core/seq/seq_device.c b/sound/core/seq/seq_device.c
> index c4acf17..4e859e4 100644
> --- a/sound/core/seq/seq_device.c
> +++ b/sound/core/seq/seq_device.c
> @@ -311,5 +311,5 @@ static void __exit alsa_seq_device_exit(void)
>  	bus_unregister(&snd_seq_bus_type);
>  }
>  
> -subsys_initcall(alsa_seq_device_init)
> -module_exit(alsa_seq_device_exit)
> +subsys_initcall(alsa_seq_device_init);
> +module_exit(alsa_seq_device_exit);
> -- 
> 1.9.1
> 
> 
> 
> 
> 

  reply	other threads:[~2016-06-21  9:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-21  8:34 [PATCH 1/1] sound: Fix compile error of seq_device.c fgao
2016-06-21  8:44 ` Takashi Iwai [this message]
     [not found]   ` <000901d1cb99$b0f36130$12da2390$@ikuai8.com>
2016-06-21  9:19     ` 答复: " Takashi Iwai
2016-06-21  9:35       ` 答复: " 高峰
2016-06-21  9:53         ` Takashi Iwai
2016-06-21  9:57           ` 答复: " 高峰
2016-06-21 10:04             ` Takashi Iwai
2016-06-21 10:11               ` 答复: " 高峰

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=s5h4m8nx765.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=fgao@ikuai8.com \
    --cc=gfree.wind@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    /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).