summaryrefslogtreecommitdiffstats
path: root/sound/synth/emux/emux_oss.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-05 16:01:46 +0100
committerTakashi Iwai <tiwai@suse.de>2009-02-05 16:01:46 +0100
commit42b0158bdb1344b05cc1e98c363fba9e97137565 (patch)
tree07d0377224e0f978d966882d8069c77d4fc66da2 /sound/synth/emux/emux_oss.c
parent45203832df2fa9e94ca0a249ddb20d2b077e58cc (diff)
downloadop-kernel-dev-42b0158bdb1344b05cc1e98c363fba9e97137565.zip
op-kernel-dev-42b0158bdb1344b05cc1e98c363fba9e97137565.tar.gz
ALSA: emux - Add missing KERN_* prefix to printk
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/synth/emux/emux_oss.c')
-rw-r--r--sound/synth/emux/emux_oss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/synth/emux/emux_oss.c b/sound/synth/emux/emux_oss.c
index 5c47b6c..87e4220 100644
--- a/sound/synth/emux/emux_oss.c
+++ b/sound/synth/emux/emux_oss.c
@@ -132,7 +132,7 @@ snd_emux_open_seq_oss(struct snd_seq_oss_arg *arg, void *closure)
p = snd_emux_create_port(emu, tmpname, 32,
1, &callback);
if (p == NULL) {
- snd_printk("can't create port\n");
+ snd_printk(KERN_ERR "can't create port\n");
snd_emux_dec_count(emu);
mutex_unlock(&emu->register_mutex);
return -ENOMEM;
OpenPOWER on IntegriCloud