summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/exynos-iommu.c
diff options
context:
space:
mode:
authorMarek Szyprowski <m.szyprowski@samsung.com>2016-11-14 11:08:06 +0100
committerJoerg Roedel <jroedel@suse.de>2016-11-14 17:11:59 +0100
commite7689f0dc4000441cafff386c8e374a900ccb203 (patch)
treeba79fcdbda20e7412aac555cb847cff8fd34d4c3 /drivers/iommu/exynos-iommu.c
parentc8b88a907503b1e9c3e6c085b46e25893dfabe65 (diff)
downloadlinux-0-day-e7689f0dc4000441cafff386c8e374a900ccb203.tar.gz
linux-0-day-e7689f0dc4000441cafff386c8e374a900ccb203.tar.xz
iommu/exynos: Remove excessive, useless debug
Remove excessive, useless debug about skipping TLB invalidation, which is a normal situation when more aggressive power management is enabled. Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/exynos-iommu.c')
-rw-r--r--drivers/iommu/exynos-iommu.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iommu/exynos-iommu.c b/drivers/iommu/exynos-iommu.c
index e249e2f6dd3b3..65bf9372c8900 100644
--- a/drivers/iommu/exynos-iommu.c
+++ b/drivers/iommu/exynos-iommu.c
@@ -611,9 +611,6 @@ static void sysmmu_tlb_invalidate_entry(struct sysmmu_drvdata *data,
sysmmu_unblock(data);
}
clk_disable(data->clk_master);
- } else {
- dev_dbg(data->master,
- "disabled. Skipping TLB invalidation @ %#x\n", iova);
}
spin_unlock_irqrestore(&data->lock, flags);
}