aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iommu/ipmmu-vmsa.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/iommu/ipmmu-vmsa.c')
-rw-r--r--drivers/iommu/ipmmu-vmsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/ipmmu-vmsa.c b/drivers/iommu/ipmmu-vmsa.c
index e509c58eee92..99effbb17191 100644
--- a/drivers/iommu/ipmmu-vmsa.c
+++ b/drivers/iommu/ipmmu-vmsa.c
@@ -1185,7 +1185,7 @@ static int ipmmu_probe(struct platform_device *pdev)
1185 dev_name(&pdev->dev), mmu); 1185 dev_name(&pdev->dev), mmu);
1186 if (ret < 0) { 1186 if (ret < 0) {
1187 dev_err(&pdev->dev, "failed to request IRQ %d\n", irq); 1187 dev_err(&pdev->dev, "failed to request IRQ %d\n", irq);
1188 return irq; 1188 return ret;
1189 } 1189 }
1190 1190
1191 ipmmu_device_reset(mmu); 1191 ipmmu_device_reset(mmu);