projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cb1cc
)
powerpc/ps3: Quiet dmesg output
author
Geoff Levand
<geoffrey.levand@am.sony.com>
Wed, 3 Dec 2008 13:52:15 +0000
(13:52 +0000)
committer
Paul Mackerras
<paulus@samba.org>
Tue, 16 Dec 2008 03:39:32 +0000
(14:39 +1100)
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
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/platforms/ps3/mm.c
b/arch/powerpc/platforms/ps3/mm.c
index 3a58ffabccd97063d156aed583f605a3df670022..a4d49dd9e8a9d7f101fe42c8f5f67bda91647392 100644
(file)
--- 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);