From patchwork Wed Dec 3 23:52:15 2008 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geoff Levand X-Patchwork-Id: 12163 Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 15FD4DDEDA for ; Thu, 4 Dec 2008 10:59:43 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from IE1EHSOBE001.bigfish.com (outbound-dub.frontbridge.com [213.199.154.16]) by ozlabs.org (Postfix) with ESMTP id 7152CDDE11 for ; Thu, 4 Dec 2008 10:54:24 +1100 (EST) Received: from mail159-dub-R.bigfish.com (10.5.252.3) by IE1EHSOBE001.bigfish.com (10.5.252.21) with Microsoft SMTP Server id 8.1.291.1; Wed, 3 Dec 2008 23:54:19 +0000 Received: from mail159-dub (localhost.localdomain [127.0.0.1]) by mail159-dub-R.bigfish.com (Postfix) with ESMTP id 140FE840355; Wed, 3 Dec 2008 23:54:19 +0000 (UTC) X-BigFish: VPS0(zzzzzzz2fh6bh61h) X-Spam-TCS-SCL: 0:0 Received: by mail159-dub (MessageSwitch) id 1228348458917197_12329; Wed, 3 Dec 2008 23:54:18 +0000 (UCT) Received: from mail8.fw-sd.sony.com (mail8.fw-sd.sony.com [160.33.66.75]) by mail159-dub.bigfish.com (Postfix) with ESMTP id 7616BA50074; Wed, 3 Dec 2008 23:54:18 +0000 (UTC) Received: from mail3.sjc.in.sel.sony.com (mail3.sjc.in.sel.sony.com [43.134.1.211]) by mail8.fw-sd.sony.com (8.14.2/8.14.2) with ESMTP id mB3NsHBN005016; Wed, 3 Dec 2008 23:54:17 GMT Received: from ussdixhub21.spe.sony.com (ussdixhub21.spe.sony.com [43.130.141.76]) by mail3.sjc.in.sel.sony.com (8.12.11/8.12.11) with ESMTP id mB3NsFE8028024; Wed, 3 Dec 2008 23:54:17 GMT Received: from USSDIXRG02.am.sony.com (43.130.140.32) by ussdixhub21.spe.sony.com (43.130.141.76) with Microsoft SMTP Server id 8.1.291.1; Wed, 3 Dec 2008 15:54:10 -0800 Received: from ussdixms03.am.sony.com ([43.130.140.23]) by USSDIXRG02.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Dec 2008 15:54:10 -0800 Received: from [192.168.1.10] ([43.135.148.226]) by ussdixms03.am.sony.com with Microsoft SMTPSVC(5.0.2195.6713); Wed, 3 Dec 2008 15:54:09 -0800 Message-ID: <49371BAF.7010400@am.sony.com> Date: Wed, 3 Dec 2008 15:52:15 -0800 From: Geoff Levand User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: paulus@samba.org Subject: [patch 2/3] powerpc/ps3: Quiet dmesg output References: <49371ACA.9040800@am.sony.com> In-Reply-To: <49371ACA.9040800@am.sony.com> X-Enigmail-Version: 0.95.7 X-OriginalArrivalTime: 03 Dec 2008 23:54:09.0758 (UTC) FILETIME=[6F538FE0:01C955A2] X-SEL-encryption-scan: scanned Cc: linuxppc-dev@ozlabs.org X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Change the debug message in dma_sb_region_create() from pr_info() to DBG() to quiet the dmesg output. Signed-off-by: Geoff Levand --- arch/powerpc/platforms/ps3/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/arch/powerpc/platforms/ps3/mm.c +++ b/arch/powerpc/platforms/ps3/mm.c @@ -649,7 +649,7 @@ static int dma_sb_region_create(struct p { int result; - pr_info(" -> %s:%d:\n", __func__, __LINE__); + DBG(" -> %s:%d:\n", __func__, __LINE__); BUG_ON(!r);