Loading drivers/iommu/arm-smmu.c +0 −4 Original line number Diff line number Diff line Loading @@ -3754,7 +3754,6 @@ static int arm_smmu_device_dt_probe(struct platform_device *pdev) static int arm_smmu_device_remove(struct platform_device *pdev) { int i; struct device *dev = &pdev->dev; struct arm_smmu_device *curr, *smmu = NULL; struct rb_node *node; Loading Loading @@ -3784,9 +3783,6 @@ static int arm_smmu_device_remove(struct platform_device *pdev) if (!bitmap_empty(smmu->context_map, ARM_SMMU_MAX_CBS)) dev_err(dev, "removing device with active domains!\n"); for (i = 0; i < smmu->num_global_irqs; ++i) devm_free_irq(smmu->dev, smmu->irqs[i], smmu); idr_destroy(&smmu->asid_idr); /* Turn the thing off */ Loading Loading
drivers/iommu/arm-smmu.c +0 −4 Original line number Diff line number Diff line Loading @@ -3754,7 +3754,6 @@ static int arm_smmu_device_dt_probe(struct platform_device *pdev) static int arm_smmu_device_remove(struct platform_device *pdev) { int i; struct device *dev = &pdev->dev; struct arm_smmu_device *curr, *smmu = NULL; struct rb_node *node; Loading Loading @@ -3784,9 +3783,6 @@ static int arm_smmu_device_remove(struct platform_device *pdev) if (!bitmap_empty(smmu->context_map, ARM_SMMU_MAX_CBS)) dev_err(dev, "removing device with active domains!\n"); for (i = 0; i < smmu->num_global_irqs; ++i) devm_free_irq(smmu->dev, smmu->irqs[i], smmu); idr_destroy(&smmu->asid_idr); /* Turn the thing off */ Loading