Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218787
b: refs/heads/master
c: c6134c9
h: refs/heads/master
i:
  218785: d772bba
  218783: bfc29b9
v: v3
  • Loading branch information
Rabin Vincent authored and Dan Williams committed Oct 7, 2010
1 parent 3ce8eb6 commit 7d3ebd2
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: f57b407cfd5fbd70251e9fa0ea7aa083ac06d25c
refs/heads/master: c6134c967c5b8b5986371de335fa4ec39de268bc
2 changes: 1 addition & 1 deletion trunk/drivers/dma/ste_dma40.c
Original file line number Diff line number Diff line change
Expand Up @@ -2636,7 +2636,7 @@ static struct d40_base * __init d40_hw_detect_init(struct platform_device *pdev)
return base;

failure:
if (clk) {
if (!IS_ERR(clk)) {
clk_disable(clk);
clk_put(clk);
}
Expand Down

0 comments on commit 7d3ebd2

Please sign in to comment.