Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347221
b: refs/heads/master
c: c10d8ee
h: refs/heads/master
i:
  347219: 99e8116
v: v3
  • Loading branch information
Lothar Waßmann authored and Artem Bityutskiy committed Dec 10, 2012
1 parent c16dbd9 commit d0b0bcb
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5346c27c5fed6b30aff35e1fcb595625097e646c
refs/heads/master: c10d8ee3feaf725007e515b5f2972dffaa793f9a
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/nand/mxc_nand.c
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,8 @@ static int mxcnd_probe(struct platform_device *pdev)
return 0;

escan:
clk_disable_unprepare(host->clk);
if (host->clk_act)
clk_disable_unprepare(host->clk);

return err;
}
Expand Down

0 comments on commit d0b0bcb

Please sign in to comment.