projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10304d7
)
ALSA: sh: Put missing KERN_* prefix
author
Takashi Iwai
<tiwai@suse.de>
Thu, 31 Aug 2017 08:57:36 +0000
(10:57 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 31 Aug 2017 09:02:15 +0000
(11:02 +0200)
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 <tiwai@suse.de>
sound/sh/sh_dac_audio.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/sh/sh_dac_audio.c
b/sound/sh/sh_dac_audio.c
index e71e6a7188026207857e9270e82518c49ac44406..834b2574786f50da6e986ff24eeffe8b3d3178db 100644
(file)
--- a/
sound/sh/sh_dac_audio.c
+++ b/
sound/sh/sh_dac_audio.c
@@
-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;