commit | ee419653a38de93b75a577851d9e4003cf0bbe07 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:11:31 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:11:31 2009 +0100 |
tree | 653dafe079341b6d8b4c858a49aeabdf9657cb7f | |
parent | 42b0158bdb1344b05cc1e98c363fba9e97137565 [diff] [blame] |
ALSA: Fix missing KERN_* prefix to printk in sound/pci Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/pci/ak4531_codec.c b/sound/pci/ak4531_codec.c index 0f819dd..fd135e3 100644 --- a/sound/pci/ak4531_codec.c +++ b/sound/pci/ak4531_codec.c
@@ -51,7 +51,8 @@ int idx; for (idx = 0; idx < 0x19; idx++) - printk("ak4531 0x%x: 0x%x\n", idx, ak4531->regs[idx]); + printk(KERN_DEBUG "ak4531 0x%x: 0x%x\n", + idx, ak4531->regs[idx]); } #endif