Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270293
b: refs/heads/master
c: 326adda
h: refs/heads/master
i:
  270291: 52fe76e
v: v3
  • Loading branch information
Jaehoon Chung authored and Chris Ball committed Oct 26, 2011
1 parent d8a2479 commit ea4e123
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a3c76eb9d4a1e68a69dd880cf0bcb8a52418b993
refs/heads/master: 326adda53a50ece492c3edaa60afc26fba5e3232
6 changes: 4 additions & 2 deletions trunk/drivers/mmc/host/sdhci-s3c.c
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,10 @@ static int __devinit sdhci_s3c_probe(struct platform_device *pdev)

err_req_regs:
for (ptr = 0; ptr < MAX_BUS_CLK; ptr++) {
clk_disable(sc->clk_bus[ptr]);
clk_put(sc->clk_bus[ptr]);
if (sc->clk_bus[ptr]) {
clk_disable(sc->clk_bus[ptr]);
clk_put(sc->clk_bus[ptr]);
}
}

err_no_busclks:
Expand Down

0 comments on commit ea4e123

Please sign in to comment.