Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 62d80749 authored by Geoff Levand's avatar Geoff Levand Committed by Paul Mackerras
Browse files

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: default avatarGeoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 15cb1cc9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);