Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163160
b: refs/heads/master
c: ca4caa4
h: refs/heads/master
v: v3
  • Loading branch information
Hiroshi DOYU authored and paul committed Sep 3, 2009
1 parent 8669150 commit 4cf537e
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: b04b65ab5b4fc86af073424af6295be4e067adf3
refs/heads/master: ca4caa4e1d45f9542fa54263974d0ef637157b4a
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-omap/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ static int __init clk_debugfs_init(void)
}
return 0;
err_out:
debugfs_remove(clk_debugfs_root); /* REVISIT: Cleanup correctly */
debugfs_remove_recursive(clk_debugfs_root);
return err;
}
late_initcall(clk_debugfs_init);
Expand Down

0 comments on commit 4cf537e

Please sign in to comment.