On Wed, Feb 10, 2016 at 10:18:04AM +0900, Yoshihiro Shimoda wrote: > Since iommu_map() code added pgsize value to the paddr, trace_map() > used wrong paddr. So, this patch adds "orig_paddr" value in the > iommu_map() to use for the trace_map(). > > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > --- > drivers/iommu/iommu.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Applied, thanks.