commit | 28a97c194cec477073ae341f15b836437d8ef8e5 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:08:14 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:08:14 2009 +0100 |
tree | 9b6aef945d6356ec562d7ab2d2d533218969265d | |
parent | 18e352e4a73465349711a9324767e1b2453383e2 [diff] [blame] |
ALSA: emu10k1 - Add missing KERN_* prefix to printk Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/emu10k1/io.c b/sound/pci/emu10k1/io.c index b5a802b..4bfc31d 100644 --- a/sound/pci/emu10k1/io.c +++ b/sound/pci/emu10k1/io.c
@@ -226,7 +226,9 @@ break; if (timeout > 1000) { - snd_printk("emu10k1:I2C:timeout status=0x%x\n", status); + snd_printk(KERN_WARNING + "emu10k1:I2C:timeout status=0x%x\n", + status); break; } }