clk: Simplify debugfs registration
We don't need a goto here. Drop it. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
Родитель
4c8326d5eb
Коммит
db3188fadf
|
@ -2723,12 +2723,8 @@ static int clk_debug_register(struct clk_core *core)
|
|||
|
||||
mutex_lock(&clk_debug_lock);
|
||||
hlist_add_head(&core->debug_node, &clk_debug_list);
|
||||
|
||||
if (!inited)
|
||||
goto unlock;
|
||||
|
||||
ret = clk_debug_create_one(core, rootdir);
|
||||
unlock:
|
||||
if (inited)
|
||||
ret = clk_debug_create_one(core, rootdir);
|
||||
mutex_unlock(&clk_debug_lock);
|
||||
|
||||
return ret;
|
||||
|
|
Загрузка…
Ссылка в новой задаче