]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ALSA] pcsp: fix wording in DEBUG_PAGEALLOC warning
authorStas Sergeev <stsp@aknet.ru>
Wed, 23 Apr 2008 15:16:38 +0000 (17:16 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:38:19 +0000 (12:38 +0200)
Signed-off-by: Stas Sergeev <stsp@aknet.ru>
(fixed invalid KERN_WARNING by tiwai)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/pcsp/pcsp.c

index d8f96219fd366ed79fe287afbda272e834e26304..59203511e77d936b8f2bceb78d762fc761c3b602 100644 (file)
@@ -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;