forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/clk/mvebu/common.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0
12 /*
23 * Marvell EBU SoC common clock handling
34 *
....@@ -7,9 +8,6 @@
78 * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
89 * Andrew Lunn <andrew@lunn.ch>
910 *
10
- * This file is licensed under the terms of the GNU General Public
11
- * License version 2. This program is licensed "as is" without any
12
- * warranty of any kind, whether express or implied.
1311 */
1412
1513 #include <linux/kernel.h>
....@@ -242,7 +240,7 @@
242240 int n;
243241
244242 if (ctrl) {
245
- pr_err("mvebu-clk-gating: cannot instantiate more than one gatable clock device\n");
243
+ pr_err("mvebu-clk-gating: cannot instantiate more than one gateable clock device\n");
246244 return;
247245 }
248246