ps3: Update kernel to linux-2.6.30
[openwrt/svn-archive/archive.git] / target / linux / ps3 / patches-2.6.28 / 0003-powerpc-ps3-Quiet-dmesg-output.patch
1 From 62d80749addc969803a173573889f9b01d2459e1 Mon Sep 17 00:00:00 2001
2 From: Geoff Levand <geoffrey.levand@am.sony.com>
3 Date: Wed, 3 Dec 2008 13:52:15 +0000
4 Subject: [PATCH] powerpc/ps3: Quiet dmesg output
5
6 Change the debug message in dma_sb_region_create() from
7 pr_info() to DBG() to quiet the dmesg output.
8
9 Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
10 Signed-off-by: Paul Mackerras <paulus@samba.org>
11 ---
12 arch/powerpc/platforms/ps3/mm.c | 2 +-
13 1 files changed, 1 insertions(+), 1 deletions(-)
14
15 diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c
16 index 3a58ffa..a4d49dd 100644
17 --- a/arch/powerpc/platforms/ps3/mm.c
18 +++ b/arch/powerpc/platforms/ps3/mm.c
19 @@ -649,7 +649,7 @@ static int dma_sb_region_create(struct ps3_dma_region *r)
20 {
21 int result;
22
23 - pr_info(" -> %s:%d:\n", __func__, __LINE__);
24 + DBG(" -> %s:%d:\n", __func__, __LINE__);
25
26 BUG_ON(!r);
27
28 --
29 1.6.0.4
30