diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2009-03-24 08:54:41 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2009-03-24 08:54:41 +0000 |
commit | 74b20050069bf139ff490f32435f27b927fb4ce7 (patch) | |
tree | c1cc6c53bf0a0eb89ebaf60d02359b15334b3e28 /target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch | |
parent | d0e357e729480d44369c2472081a587e4e5c5e12 (diff) | |
download | upstream-74b20050069bf139ff490f32435f27b927fb4ce7.tar.gz upstream-74b20050069bf139ff490f32435f27b927fb4ce7.tar.bz2 upstream-74b20050069bf139ff490f32435f27b927fb4ce7.zip |
ps3: update ps3vram patches
SVN-Revision: 15011
Diffstat (limited to 'target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch')
-rw-r--r-- | target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch b/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch new file mode 100644 index 0000000000..e1dac390d9 --- /dev/null +++ b/target/linux/ps3/patches-2.6.28/0003-powerpc-ps3-Quiet-dmesg-output.patch @@ -0,0 +1,30 @@ +From 62d80749addc969803a173573889f9b01d2459e1 Mon Sep 17 00:00:00 2001 +From: Geoff Levand <geoffrey.levand@am.sony.com> +Date: Wed, 3 Dec 2008 13:52:15 +0000 +Subject: [PATCH] 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> +--- + 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 3a58ffa..a4d49dd 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); + +-- +1.6.0.4 + |