aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/platform.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/of/platform.c')
-rw-r--r--drivers/of/platform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/platform.c b/drivers/of/platform.c
index b189733a1539..667c6f13f12b 100644
--- a/drivers/of/platform.c
+++ b/drivers/of/platform.c
@@ -196,7 +196,7 @@ static void of_dma_configure(struct device *dev)
196 dev_dbg(dev, "device is%sdma coherent\n", 196 dev_dbg(dev, "device is%sdma coherent\n",
197 coherent ? " " : " not "); 197 coherent ? " " : " not ");
198 198
199 iommu = of_iommu_configure(dev); 199 iommu = of_iommu_configure(dev, dev->of_node);
200 dev_dbg(dev, "device is%sbehind an iommu\n", 200 dev_dbg(dev, "device is%sbehind an iommu\n",
201 iommu ? " " : " not "); 201 iommu ? " " : " not ");
202 202