Commit efd89d9d authored by Stas Sergeev's avatar Stas Sergeev Committed by Takashi Iwai

[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warning

Signed-off-by: default avatarStas Sergeev <stsp@aknet.ru>
(fixed invalid KERN_WARNING by tiwai)
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 73bdd2ad
...@@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init(struct device *dev) ...@@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init(struct device *dev)
#ifdef CONFIG_DEBUG_PAGEALLOC #ifdef CONFIG_DEBUG_PAGEALLOC
/* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */ /* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */
printk(KERN_WARNING printk(KERN_WARNING "PCSP: CONFIG_DEBUG_PAGEALLOC is enabled, "
"PCSP: Warning, CONFIG_DEBUG_PAGEALLOC is enabled!\n" "which may make the sound noisy.\n");
"You have to disable it if you want to use the PC-Speaker "
"driver.\n"
"Unless it is disabled, enjoy the horrible, distorted "
"and crackling noise.\n");
#endif #endif
return 0; return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment