diff options
author | Geoff Levand <geoffrey.levand@am.sony.com> | 2008-12-03 13:52:15 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-12-16 14:39:32 +1100 |
commit | 62d80749addc969803a173573889f9b01d2459e1 (patch) | |
tree | 79a050a166ea5a78a6985438b26e7d36208ee357 /arch | |
parent | 15cb1cc981183861e4e653b67a0ea451f720af85 (diff) |
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 <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/ps3/mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |