hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clk/spear/clk-aux-synth.c
....@@ -140,7 +140,7 @@
140140 u8 rtbl_cnt, spinlock_t *lock, struct clk **gate_clk)
141141 {
142142 struct clk_aux *aux;
143
- struct clk_init_data init = {};
143
+ struct clk_init_data init;
144144 struct clk *clk;
145145
146146 if (!aux_name || !parent_name || !reg || !rtbl || !rtbl_cnt) {