Skip to content

Commit

Permalink
ALSA: sh: Put missing KERN_* prefix
Browse files Browse the repository at this point in the history
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: Takashi Iwai <[email protected]>
  • Loading branch information
tiwai committed Aug 31, 2017
1 parent 10304d7 commit c054c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/sh/sh_dac_audio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c054c8a

Please sign in to comment.