Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332847
b: refs/heads/master
c: 5feb54a
h: refs/heads/master
i:
  332845: 6226ca2
  332843: a704c27
  332839: 40bda3f
  332831: f473a05
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Oct 7, 2012
1 parent 98dd94a commit 5085fad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 8464dd52d3198dd05cafb005371d76e5339eb842
refs/heads/master: 5feb54a1ab91a237e247c013b8c4fb100ea347b1
2 changes: 1 addition & 1 deletion trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ static int __devexit sdhci_s3c_remove(struct platform_device *pdev)
pm_runtime_disable(&pdev->dev);

clk_disable(sc->clk_bus[sc->cur_clk]);
for (ptr = 0; ptr < 3; ptr++) {
for (ptr = 0; ptr < MAX_BUS_CLK; ptr++) {
if (sc->clk_bus[ptr]) {
clk_put(sc->clk_bus[ptr]);
}
Expand Down

0 comments on commit 5085fad

Please sign in to comment.