.. | .. |
---|
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 |
---|
12 | 2 | |
---|
13 | 3 | #include <linux/slab.h> |
---|
14 | 4 | #include <linux/bitops.h> |
---|
.. | .. |
---|
69 | 59 | int shift, int width, int mux_flags) |
---|
70 | 60 | { |
---|
71 | 61 | struct rockchip_muxgrf_clock *muxgrf_clock; |
---|
72 | | - struct clk_init_data init = {}; |
---|
| 62 | + struct clk_init_data init; |
---|
73 | 63 | struct clk *clk; |
---|
74 | 64 | |
---|
75 | 65 | if (IS_ERR(regmap)) { |
---|