linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] sound: Fix compile error of seq_device.c
@ 2016-06-21  8:34 fgao
  2016-06-21  8:44 ` Takashi Iwai
  0 siblings, 1 reply; 8+ messages in thread
From: fgao @ 2016-06-21  8:34 UTC (permalink / raw)
  To: perex, tiwai, alsa-devel, linux-kernel; +Cc: gfree.wind, Gao Feng

From: Gao Feng <fgao@ikuai8.com>

Signed-off-by: Gao Feng <fgao@ikuai8.com>
---
 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

^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-06-21 11:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-21  8:34 [PATCH 1/1] sound: Fix compile error of seq_device.c fgao
2016-06-21  8:44 ` Takashi Iwai
     [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               ` 答复: " 高峰

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).