Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347508
b: refs/heads/master
c: 87f8e57
h: refs/heads/master
v: v3
  • Loading branch information
Omar Ramirez Luna authored and Joerg Roedel committed Dec 3, 2012
1 parent 4da77ed commit 1839861
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a33977206cd167cb7541cf9044828552d9cae540
refs/heads/master: 87f8e57327bd8d85fb5b46cad29ac281430cc50d
3 changes: 0 additions & 3 deletions trunk/drivers/iommu/omap-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ static int iommu_enable(struct omap_iommu *obj)

err = arch_iommu->enable(obj);

clk_disable(obj->clk);
return err;
}

Expand All @@ -163,8 +162,6 @@ static void iommu_disable(struct omap_iommu *obj)
if (!obj)
return;

clk_enable(obj->clk);

arch_iommu->disable(obj);

clk_disable(obj->clk);
Expand Down

0 comments on commit 1839861

Please sign in to comment.