Signed-off-by: Tomeu Vizoso <[email protected]>
---
drivers/clk/clk.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 2a71f6c..17b6ba1 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -560,7 +560,9 @@ struct clk *__clk_create_clk(struct clk_core *clk_core,
const char *dev,
clk->dev_id = dev;
clk->con_id = con;
+ clk_prepare_lock();
hlist_add_head(&clk->child_node, &clk_core->per_user_clks);
+ clk_prepare_unlock();
return clk;
}
--
1.9.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/