powerpc/ps3: Quiet dmesg output
authorGeoff Levand <geoffrey.levand@am.sony.com>
Wed, 3 Dec 2008 13:52:15 +0000 (13:52 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 16 Dec 2008 03:39:32 +0000 (14:39 +1100)
Change the debug message in dma_sb_region_create() from
pr_info() to DBG() to quiet the dmesg output.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/mm.c

index 3a58ffa..a4d49dd 100644 (file)
@@ -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);