diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:20 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:20 +0100 |
commit | d7b6df5d1af11544401ca051aaf68b6e7f110c0e (patch) | |
tree | 9c155be7d0ad77115a10094ab2d71b88efee6ca3 /sound/ppc/powermac.c | |
parent | Merge branch 'topic/pcxhr' into for-linus (diff) | |
parent | ALSA: snd-powermac: timeout reaches -1 (diff) | |
download | linux-d7b6df5d1af11544401ca051aaf68b6e7f110c0e.tar.xz linux-d7b6df5d1af11544401ca051aaf68b6e7f110c0e.zip |
Merge branch 'topic/powermac' into for-linus
Diffstat (limited to 'sound/ppc/powermac.c')
-rw-r--r-- | sound/ppc/powermac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c index 2e18ed0ea899..5a929069dce9 100644 --- a/sound/ppc/powermac.c +++ b/sound/ppc/powermac.c @@ -110,7 +110,7 @@ static int __init snd_pmac_probe(struct platform_device *devptr) 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; } |