| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Marvell EBU SoC common clock handling |
|---|
| 3 | 4 | * |
|---|
| .. | .. |
|---|
| 7 | 8 | * Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> |
|---|
| 8 | 9 | * Andrew Lunn <andrew@lunn.ch> |
|---|
| 9 | 10 | * |
|---|
| 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. |
|---|
| 13 | 11 | */ |
|---|
| 14 | 12 | |
|---|
| 15 | 13 | #include <linux/kernel.h> |
|---|
| .. | .. |
|---|
| 242 | 240 | int n; |
|---|
| 243 | 241 | |
|---|
| 244 | 242 | 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"); |
|---|
| 246 | 244 | return; |
|---|
| 247 | 245 | } |
|---|
| 248 | 246 | |
|---|