Hi Hiroshi,

> -----Original Message-----
> From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-
> ow...@vger.kernel.org] On Behalf Of Hiroshi DOYU
> Sent: Monday, January 11, 2010 1:47 AM
> To: linux-omap@vger.kernel.org
> Cc: Nagalla, Hari; Hiroshi DOYU
> Subject: [PATCH 3/3] omap iommu: fix incorrect address for supersection
> 1st entry
> 
> From: Hiroshi DOYU <hiroshi.d...@nokia.com>

... and description missing here too.

Regards,
Sergio
> 
> Signed-off-by: Hiroshi DOYU <hiroshi.d...@nokia.com>
> Signed-off-by: Hari Nagalla <hnaga...@ti.com>
> ---
>  arch/arm/plat-omap/iommu.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/arm/plat-omap/iommu.c b/arch/arm/plat-omap/iommu.c
> index ccf25b3..ce0072a 100644
> --- a/arch/arm/plat-omap/iommu.c
> +++ b/arch/arm/plat-omap/iommu.c
> @@ -667,7 +667,7 @@ static size_t iopgtable_clear_entry_core(struct iommu
> *obj, u32 da)
>               if ((*iopgd & IOPGD_SUPER) == IOPGD_SUPER) {
>                       nent *= 16;
>                       /* rewind to the 1st entry */
> -                     iopgd = (u32 *)((u32)iopgd & IOSUPER_MASK);
> +                     iopgd = iopgd_offset(obj, (da & IOSUPER_MASK));
>               }
>               bytes *= nent;
>       }
> --
> 1.6.0.4
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to