diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-02-05 16:11:58 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-02-05 16:11:58 +0100 |
commit | 2ebfb8eeb8f244f9d25937d31a947895cf819e26 (patch) | |
tree | 65f383cbe592aeef04f67378a357779e756f0cbf /sound/mips | |
parent | ee419653a38de93b75a577851d9e4003cf0bbe07 (diff) | |
download | linux-3.10-2ebfb8eeb8f244f9d25937d31a947895cf819e26.tar.gz linux-3.10-2ebfb8eeb8f244f9d25937d31a947895cf819e26.tar.bz2 linux-3.10-2ebfb8eeb8f244f9d25937d31a947895cf819e26.zip |
ALSA: Add missing KERN_* prefix to printk in other sound/*
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/mips')
-rw-r--r-- | sound/mips/au1x00.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index 1881cec11e7..7c1afc96ab8 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c @@ -678,7 +678,7 @@ au1000_init(void) return err; } - printk( KERN_INFO "ALSA AC97: Driver Initialized\n" ); + printk(KERN_INFO "ALSA AC97: Driver Initialized\n"); au1000_card = card; return 0; } |