diff --git a/[refs] b/[refs] index 4438e29572d7..a8f9fd685ffb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73bdd2ad7aac70456494c4a1d93f99fe88184dba +refs/heads/master: efd89d9dcf75ab0a31b200db0ae4ae19cad25e48 diff --git a/trunk/sound/drivers/pcsp/pcsp.c b/trunk/sound/drivers/pcsp/pcsp.c index d8f96219fd36..59203511e77d 100644 --- a/trunk/sound/drivers/pcsp/pcsp.c +++ b/trunk/sound/drivers/pcsp/pcsp.c @@ -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;