commit | 45203832df2fa9e94ca0a249ddb20d2b077e58cc | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 15:51:50 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:00:56 2009 +0100 |
tree | 54b5fed5a98235333ee01706751e9e898ee56c77 | |
parent | 006de267351aa3d836f3307370eae7ec16eac09d [diff] [blame] |
ALSA: Add missing KERN_* prefix to printk in sound/drivers Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/drivers/opl3/opl3_synth.c b/sound/drivers/opl3/opl3_synth.c index 962bb9c..6d57b64 100644 --- a/sound/drivers/opl3/opl3_synth.c +++ b/sound/drivers/opl3/opl3_synth.c
@@ -168,7 +168,7 @@ #ifdef CONFIG_SND_DEBUG default: - snd_printk("unknown IOCTL: 0x%x\n", cmd); + snd_printk(KERN_WARNING "unknown IOCTL: 0x%x\n", cmd); #endif } return -ENOTTY;