aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/sh/kernel/cpu/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/cpu/clock.c b/arch/sh/kernel/cpu/clock.c
index 073f4ffe956a..a725c7feb747 100644
--- a/arch/sh/kernel/cpu/clock.c
+++ b/arch/sh/kernel/cpu/clock.c
@@ -621,7 +621,7 @@ static int __init clk_debugfs_init(void)
621 } 621 }
622 return 0; 622 return 0;
623err_out: 623err_out:
624 debugfs_remove(clk_debugfs_root); /* REVISIT: Cleanup correctly */ 624 debugfs_remove_recursive(clk_debugfs_root);
625 return err; 625 return err;
626} 626}
627late_initcall(clk_debugfs_init); 627late_initcall(clk_debugfs_init);