Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi...
[cascardo/linux.git] / arch / mips / jz4740 / clock-debugfs.c
index a8acdef..325422d 100644 (file)
@@ -87,8 +87,7 @@ void jz4740_clock_debugfs_add_clk(struct clk *clk)
 /* TODO: Locking */
 void jz4740_clock_debugfs_update_parent(struct clk *clk)
 {
-       if (clk->debugfs_parent_entry)
-               debugfs_remove(clk->debugfs_parent_entry);
+       debugfs_remove(clk->debugfs_parent_entry);
 
        if (clk->parent) {
                char parent_path[100];