Re: [RFC PATCHv3 02/11] iommu/omap: Use get_vm_area directly

2014-01-02 Thread Chen, Gong
On Thu, Jan 02, 2014 at 01:53:20PM -0800, Laura Abbott wrote: > diff --git a/drivers/iommu/omap-iovmm.c b/drivers/iommu/omap-iovmm.c > index d147259..6280d50 100644 > --- a/drivers/iommu/omap-iovmm.c > +++ b/drivers/iommu/omap-iovmm.c > @@ -214,7 +214,7 @@ static void *vmap_sg(const struct sg_table

[RFC PATCHv3 02/11] iommu/omap: Use get_vm_area directly

2014-01-02 Thread Laura Abbott
There is no need to call __get_vm_area with VMALLOC_START and VMALLOC_END when get_vm_area already does that. Call get_vm_area directly. Signed-off-by: Laura Abbott --- drivers/iommu/omap-iovmm.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/iommu/omap-iovmm.c