| Submitter | Geoff Levand |
|---|---|
| Date | Dec. 3, 2008, 11:52 p.m. |
| Message ID | <49371BAF.7010400@am.sony.com> |
| Download | mbox | patch |
| Permalink | /patch/12163/ |
| State | Accepted |
| Commit | 62d80749addc969803a173573889f9b01d2459e1 |
| Headers | show |
Comments
Patch
--- 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 p { int result; - pr_info(" -> %s:%d:\n", __func__, __LINE__); + DBG(" -> %s:%d:\n", __func__, __LINE__); BUG_ON(!r);
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> --- arch/powerpc/platforms/ps3/mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)