Skip to content

Commit

Permalink
[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warning
Browse files Browse the repository at this point in the history
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
(fixed invalid KERN_WARNING by tiwai)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Stas Sergeev authored and Takashi Iwai committed Apr 24, 2008
1 parent 73bdd2a commit efd89d9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions sound/drivers/pcsp/pcsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init(struct device *dev)

#ifdef CONFIG_DEBUG_PAGEALLOC
/* Well, CONFIG_DEBUG_PAGEALLOC makes the sound horrible. Lets alert */
printk(KERN_WARNING
"PCSP: Warning, CONFIG_DEBUG_PAGEALLOC is enabled!\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");
printk(KERN_WARNING "PCSP: CONFIG_DEBUG_PAGEALLOC is enabled, "
"which may make the sound noisy.\n");
#endif

return 0;
Expand Down

0 comments on commit efd89d9

Please sign in to comment.