| Submitter | Geert Uytterhoeven |
|---|---|
| Date | June 10, 2009, 2:39 p.m. |
| Message ID | <1244644748-24211-30-git-send-email-Geert.Uytterhoeven@sonycom.com> |
| Download | mbox | patch |
| Permalink | /patch/28437/ |
| State | New |
| Headers | show |
Comments
On 06/10/2009 07:39 AM, Geert Uytterhoeven wrote: > It reports the failure of a call to lv1_put_iopte(), not > lv1_map_device_dma_region(). > > Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> > Cc: Geoff Levand <geoffrey.levand@am.sony.com> > --- > arch/powerpc/platforms/ps3/mm.c | 5 ++--- > 1 files changed, 2 insertions(+), 3 deletions(-) Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Patch
diff --git a/arch/powerpc/platforms/ps3/mm.c b/arch/powerpc/platforms/ps3/mm.c index 017b614..846eb8b 100644 --- a/arch/powerpc/platforms/ps3/mm.c +++ b/arch/powerpc/platforms/ps3/mm.c @@ -606,9 +606,8 @@ static int dma_ioc0_map_pages(struct ps3_dma_region *r, unsigned long phys_addr, r->ioid, iopte_flag); if (result) { - printk(KERN_WARNING "%s:%d: lv1_map_device_dma_region " - "failed: %s\n", __func__, __LINE__, - ps3_result(result)); + pr_warning("%s:%d: lv1_put_iopte failed: %s\n", + __func__, __LINE__, ps3_result(result)); goto fail_map; } DBG("%s: pg=%d bus=%#lx, lpar=%#lx, ioid=%#x\n", __func__,
It reports the failure of a call to lv1_put_iopte(), not lv1_map_device_dma_region(). Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Cc: Geoff Levand <geoffrey.levand@am.sony.com> --- arch/powerpc/platforms/ps3/mm.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-)