Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1427512
| From | Takashi Iwai <tiwai@suse.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/1] sound: Fix compile error of seq_device.c |
| Date | 2016-06-21 11:40 +0200 |
| Message-ID | <rMqal-3Th-5@gated-at.bofh.it> (permalink) |
| References | <rMpnX-3mT-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 > > > > >
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/1] sound: Fix compile error of seq_device.c fgao@ikuai8.com - 2016-06-21 10:40 +0200
Re: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c Takashi Iwai <tiwai@suse.de> - 2016-06-21 11:30 +0200
答复: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c 高峰 <fgao@ikuai8.com> - 2016-06-21 12:00 +0200
答复: 答复: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c 高峰 <fgao@ikuai8.com> - 2016-06-21 12:10 +0200
Re: 答复: 答复: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c Takashi Iwai <tiwai@suse.de> - 2016-06-21 12:10 +0200
答复: 答复: 答复: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c 高峰 <fgao@ikuai8.com> - 2016-06-21 13:40 +0200
Re: 答复: 答复: [PATCH 1/1] sound: Fix compile error of seq_device.c Takashi Iwai <tiwai@suse.de> - 2016-06-21 13:50 +0200
Re: [PATCH 1/1] sound: Fix compile error of seq_device.c Takashi Iwai <tiwai@suse.de> - 2016-06-21 11:40 +0200
csiph-web