From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757281AbYDWOSS (ORCPT ); Wed, 23 Apr 2008 10:18:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753564AbYDWOSI (ORCPT ); Wed, 23 Apr 2008 10:18:08 -0400 Received: from cantor.suse.de ([195.135.220.2]:40400 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753522AbYDWOSI (ORCPT ); Wed, 23 Apr 2008 10:18:08 -0400 Date: Wed, 23 Apr 2008 16:18:06 +0200 Message-ID: From: Takashi Iwai To: Stas Sergeev Cc: linux-kernel@vger.kernel.org Subject: Re: 2.6.25-mm1 (snd-pcsp doesn't like DEBUG_PAGEALLOC) In-Reply-To: References: <20080418014757.52fb4a4f.akpm@linux-foundation.org> <20080419021343.GA3503@nineveh.local> <20080418200237.b5a9e805.akpm@linux-foundation.org> <20080419041429.GA8508@anvil.corenet.prv> <20080418212934.bbe84ee2.akpm@linux-foundation.org> <480CD50F.20706@aknet.ru> <480E2EE5.5040208@aknet.ru> User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta28) (fuki) (+CVS-20070806) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 23 Apr 2008 10:49:00 +0200, I wrote: > > At Tue, 22 Apr 2008 22:31:01 +0400, > Stas Sergeev wrote: > > > > # HG changeset patch > > # User Stas Sergeev > > # Date 1208888978 -14400 > > # Node ID 00c36aa3903d861198e8f57c46e75194f3e172d6 > > # Parent f8fbce7ba45922a73a9679d68c4a4b07ebef42de > > pcsp: fix wording in DEBUG_PAGEALLOC warning. > > > > Signed-off-by: Stas Sergeev > > > > diff -r f8fbce7ba459 -r 00c36aa3903d drivers/pcsp/pcsp.c > > --- a/drivers/pcsp/pcsp.c Tue Apr 22 18:39:49 2008 +0200 > > +++ b/drivers/pcsp/pcsp.c Tue Apr 22 22:29:38 2008 +0400 > > @@ -147,12 +147,8 @@ static int __devinit alsa_card_pcsp_init > > > > #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, " > > + KERN_WARNING "which may make the sound noisy.\n"); > > Missing \n in the first line? Fixed on ALSA tree now, too. Takashi