forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/clk/berlin/berlin2-avpll.c
....@@ -182,7 +182,7 @@
182182 u8 vco_flags, unsigned long flags)
183183 {
184184 struct berlin2_avpll_vco *vco;
185
- struct clk_init_data init = {};
185
+ struct clk_init_data init;
186186
187187 vco = kzalloc(sizeof(*vco), GFP_KERNEL);
188188 if (!vco)
....@@ -358,7 +358,7 @@
358358 u8 ch_flags, unsigned long flags)
359359 {
360360 struct berlin2_avpll_channel *ch;
361
- struct clk_init_data init = {};
361
+ struct clk_init_data init;
362362
363363 ch = kzalloc(sizeof(*ch), GFP_KERNEL);
364364 if (!ch)