diff options
author | Joe Perches <joe@perches.com> | 2007-11-26 02:44:15 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:29 -0500 |
commit | 4f1895b0b5fbbd40299d85a07a6cd1742d1d1e1a (patch) | |
tree | e823c5219c672b1ad27b66f8060c4848e42b854d /sound | |
parent | 682fc0a5fe1a309a9a1860a0d50a2c6977d961cd (diff) |
[ALSA] sound/isa: Add missing 'space'
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/isa/sc6000.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/isa/sc6000.c b/sound/isa/sc6000.c index 94daf8399994..bc0c37956f2e 100644 --- a/sound/isa/sc6000.c +++ b/sound/isa/sc6000.c | |||
@@ -390,7 +390,7 @@ static int __devinit sc6000_init_board(char __iomem *vport, int irq, int dma, | |||
390 | 390 | ||
391 | err = sc6000_init_mss(vport, config, vmss_port, mss_config); | 391 | err = sc6000_init_mss(vport, config, vmss_port, mss_config); |
392 | if (err < 0) { | 392 | if (err < 0) { |
393 | snd_printk(KERN_ERR "Can not initialize" | 393 | snd_printk(KERN_ERR "Can not initialize " |
394 | "Microsoft Sound System mode.\n"); | 394 | "Microsoft Sound System mode.\n"); |
395 | return -ENODEV; | 395 | return -ENODEV; |
396 | } | 396 | } |