diff options
-rw-r--r-- | arch/arm/plat-omap/clock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-omap/clock.c b/arch/arm/plat-omap/clock.c index e8c327a45a55..bf880e966d3b 100644 --- a/arch/arm/plat-omap/clock.c +++ b/arch/arm/plat-omap/clock.c | |||
@@ -488,7 +488,7 @@ static int __init clk_debugfs_init(void) | |||
488 | } | 488 | } |
489 | return 0; | 489 | return 0; |
490 | err_out: | 490 | err_out: |
491 | debugfs_remove(clk_debugfs_root); /* REVISIT: Cleanup correctly */ | 491 | debugfs_remove_recursive(clk_debugfs_root); |
492 | return err; | 492 | return err; |
493 | } | 493 | } |
494 | late_initcall(clk_debugfs_init); | 494 | late_initcall(clk_debugfs_init); |