Skip to content
Snippets Groups Projects
Commit c054c8a0 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: sh: Put missing KERN_* prefix


sh audio driver prints its presence at probe function but a proper
KERN_ prefix is missing.  Put KERN_INFO there as it's merely an
advertisement.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 10304d71
No related branches found
No related tags found
No related merge requests found
......@@ -424,7 +424,7 @@ static int snd_sh_dac_probe(struct platform_device *devptr)
if (err < 0)
goto probe_error;
snd_printk("ALSA driver for SuperH DAC audio");
snd_printk(KERN_INFO "ALSA driver for SuperH DAC audio");
platform_set_drvdata(devptr, card);
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment