From: Geoff Levand Date: Wed, 3 Dec 2008 13:52:15 +0000 (+0000) Subject: powerpc/ps3: Quiet dmesg output X-Git-Tag: v2.6.29-rc1~574^2~67 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=62d80749addc969803a173573889f9b01d2459e1;p=linux-2.6-omap-h63xx.git powerpc/ps3: Quiet dmesg output Change the debug message in dma_sb_region_create() from pr_info() to DBG() to quiet the dmesg output. Signed-off-by: Geoff Levand Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c index 3a58ffabccd..a4d49dd9e8a 100644 --- 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 ps3_dma_region *r) { int result; - pr_info(" -> %s:%d:\n", __func__, __LINE__); + DBG(" -> %s:%d:\n", __func__, __LINE__); BUG_ON(!r);