diff options
Diffstat (limited to 'drivers/iommu/omap-iommu.c')
-rw-r--r-- | drivers/iommu/omap-iommu.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/iommu/omap-iommu.c b/drivers/iommu/omap-iommu.c index badc17c2bcb4..6b1288cddaef 100644 --- a/drivers/iommu/omap-iommu.c +++ b/drivers/iommu/omap-iommu.c | |||
@@ -807,9 +807,7 @@ static irqreturn_t iommu_fault_handler(int irq, void *data) | |||
807 | if (!obj->refcount) | 807 | if (!obj->refcount) |
808 | return IRQ_NONE; | 808 | return IRQ_NONE; |
809 | 809 | ||
810 | clk_enable(obj->clk); | ||
811 | errs = iommu_report_fault(obj, &da); | 810 | errs = iommu_report_fault(obj, &da); |
812 | clk_disable(obj->clk); | ||
813 | if (errs == 0) | 811 | if (errs == 0) |
814 | return IRQ_HANDLED; | 812 | return IRQ_HANDLED; |
815 | 813 | ||