hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clk/rockchip/clk-muxgrf.c
....@@ -1,14 +1,4 @@
1
-/*
2
- *
3
- * This software is licensed under the terms of the GNU General Public
4
- * License version 2, as published by the Free Software Foundation, and
5
- * may be copied, distributed, and modified under those terms.
6
- *
7
- * This program is distributed in the hope that it will be useful,
8
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
9
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10
- * GNU General Public License for more details.
11
- */
1
+// SPDX-License-Identifier: GPL-2.0-only
122
133 #include <linux/slab.h>
144 #include <linux/bitops.h>
....@@ -69,7 +59,7 @@
6959 int shift, int width, int mux_flags)
7060 {
7161 struct rockchip_muxgrf_clock *muxgrf_clock;
72
- struct clk_init_data init = {};
62
+ struct clk_init_data init;
7363 struct clk *clk;
7464
7565 if (IS_ERR(regmap)) {