diff mbox

[2/3] powerpc/ps3: Quiet dmesg output

Message ID 49371BAF.7010400@am.sony.com (mailing list archive)
State Accepted, archived
Commit 62d80749addc969803a173573889f9b01d2459e1
Headers show

Commit Message

Geoff Levand Dec. 3, 2008, 11:52 p.m. UTC
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>
---
 arch/powerpc/platforms/ps3/mm.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

--- 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);