Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191657
b: refs/heads/master
c: 4f615d5
h: refs/heads/master
i:
  191655: 7829eeb
v: v3
  • Loading branch information
Hiroshi DOYU authored and Paul Mundt committed May 11, 2010
1 parent fa63589 commit 4a08cd3
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: 9e1985e13d42b4b66af94637346849565174309d
refs/heads/master: 4f615d575c17195f975cf8314be54f362d859a3f
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,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);

0 comments on commit 4a08cd3

Please sign in to comment.