hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/clk/berlin/berlin2-pll.c
....@@ -78,7 +78,7 @@
7878 void __iomem *base, const char *name,
7979 const char *parent_name, unsigned long flags)
8080 {
81
- struct clk_init_data init = {};
81
+ struct clk_init_data init;
8282 struct berlin2_pll *pll;
8383
8484 pll = kzalloc(sizeof(*pll), GFP_KERNEL);