From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751804AbcFUJdy (ORCPT ); Tue, 21 Jun 2016 05:33:54 -0400 Received: from mx2.suse.de ([195.135.220.15]:58931 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751755AbcFUJdw (ORCPT ); Tue, 21 Jun 2016 05:33:52 -0400 Date: Tue, 21 Jun 2016 10:44:34 +0200 Message-ID: From: Takashi Iwai To: Cc: , , , Subject: Re: [PATCH 1/1] sound: Fix compile error of seq_device.c In-Reply-To: <1466498065-29692-1-git-send-email-fgao@ikuai8.com> References: <1466498065-29692-1-git-send-email-fgao@ikuai8.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/24.5 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 21 Jun 2016 10:34:25 +0200, wrote: > > From: Gao Feng > > Signed-off-by: Gao Feng 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 > > > > >