kernel/drivers/clk/berlin/berlin2-avpll.c
.. .. @@ -182,7 +182,7 @@ 182 182 u8 vco_flags, unsigned long flags) 183 183 { 184 184 struct berlin2_avpll_vco *vco; 185 - struct clk_init_data init = {};185 + struct clk_init_data init;186 186 187 187 vco = kzalloc(sizeof(*vco), GFP_KERNEL); 188 188 if (!vco) .. .. @@ -358,7 +358,7 @@ 358 358 u8 ch_flags, unsigned long flags) 359 359 { 360 360 struct berlin2_avpll_channel *ch; 361 - struct clk_init_data init = {};361 + struct clk_init_data init;362 362 363 363 ch = kzalloc(sizeof(*ch), GFP_KERNEL); 364 364 if (!ch)