projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
682fc0a
)
[ALSA] sound/isa: Add missing 'space'
author
Joe Perches
<joe@perches.com>
Mon, 26 Nov 2007 07:44:15 +0000
(08:44 +0100)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 31 Jan 2008 16:29:29 +0000
(17:29 +0100)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/isa/sc6000.c
patch
|
blob
|
history
diff --git
a/sound/isa/sc6000.c
b/sound/isa/sc6000.c
index
94daf83
..
bc0c379
100644
(file)
--- 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,
err = sc6000_init_mss(vport, config, vmss_port, mss_config);
if (err < 0) {
- snd_printk(KERN_ERR "Can not initialize"
+ snd_printk(KERN_ERR "Can not initialize
"
"Microsoft Sound System mode.\n");
return -ENODEV;
}