hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/clk/clk-cs2000-cp.c
....@@ -418,7 +418,7 @@
418418 {
419419 struct device *dev = priv_to_dev(priv);
420420 struct device_node *np = dev->of_node;
421
- struct clk_init_data init = {};
421
+ struct clk_init_data init;
422422 const char *name = np->name;
423423 static const char *parent_names[CLK_MAX];
424424 int ch = 0; /* it uses ch0 only at this point */