diff --git a/[refs] b/[refs] index 8cb1e8bf7343..4683a1f2941c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d4d7e3ddc76c5ae3b4fbd15cb6f30aa78c28d788 +refs/heads/master: 10363b5838b4d5dcbf01db219f35e91aa94f24c6 diff --git a/trunk/drivers/clk/clk-mux.c b/trunk/drivers/clk/clk-mux.c index c71ad1f41a97..50e05953c8d3 100644 --- a/trunk/drivers/clk/clk-mux.c +++ b/trunk/drivers/clk/clk-mux.c @@ -97,7 +97,7 @@ struct clk *clk_register_mux(struct device *dev, const char *name, { struct clk_mux *mux; - mux = kmalloc(sizeof(struct clk_mux), GFP_KERNEL); + mux = kzalloc(sizeof(struct clk_mux), GFP_KERNEL); if (!mux) { pr_err("%s: could not allocate mux clk\n", __func__);