summaryrefslogtreecommitdiff
path: root/drivers/iommu/omap-iommu-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/omap-iommu-debug.c')
-rw-r--r--drivers/iommu/omap-iommu-debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/omap-iommu-debug.c b/drivers/iommu/omap-iommu-debug.c
index 0b7dfaa3767..5ef2cf7613d 100644
--- a/drivers/iommu/omap-iommu-debug.c
+++ b/drivers/iommu/omap-iommu-debug.c
@@ -118,7 +118,7 @@ static void dump_ioptable(struct seq_file *s)
continue;
da = (i << IOPGD_SHIFT) + (j << IOPTE_SHIFT);
- seq_printf(s, "1: 0x%08x 0x%08x\n", da, *iopte);
+ seq_printf(s, "2: 0x%08x 0x%08x\n", da, *iopte);
}
}