kernel/drivers/clk/clk-cs2000-cp.c
.. .. @@ -418,7 +418,7 @@ 418 418 { 419 419 struct device *dev = priv_to_dev(priv); 420 420 struct device_node *np = dev->of_node; 421 - struct clk_init_data init = {};421 + struct clk_init_data init;422 422 const char *name = np->name; 423 423 static const char *parent_names[CLK_MAX]; 424 424 int ch = 0; /* it uses ch0 only at this point */