clk: Zero init clk_init_data in helpers
[sfrench/cifs-2.6.git] / drivers / clk / clk-fixed-rate.c
index a7e4aef7a37624a2ce2b4829bf15e4aa7deafead..2c4486c09040e192e35859b20a7c8471983c5bf2 100644 (file)
@@ -58,7 +58,7 @@ struct clk_hw *clk_hw_register_fixed_rate_with_accuracy(struct device *dev,
 {
        struct clk_fixed_rate *fixed;
        struct clk_hw *hw;
-       struct clk_init_data init;
+       struct clk_init_data init = {};
        int ret;
 
        /* allocate fixed-rate clock */