commit | 6da6711385165eff76411b77974eec13c5ef6486 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 16:02:46 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Mar 09 14:58:31 2009 +0100 |
tree | 429f4d3910c75e5867955ed1ed57b8bd006bbf4e | |
parent | dca7c74172fee0cf6ee1e303df093c31b5561039 [diff] [blame] |
ALSA: powermac - Add missing KERN_* prefix to printk Signed-off-by: Takashi Iwai <tiwai@suse.de>
diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c index c936225..e9b02d9 100644 --- a/sound/ppc/powermac.c +++ b/sound/ppc/powermac.c
@@ -110,7 +110,7 @@ goto __error; break; default: - snd_printk("unsupported hardware %d\n", chip->model); + snd_printk(KERN_ERR "unsupported hardware %d\n", chip->model); err = -EINVAL; goto __error; }