.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * |
---|
3 | 3 | * |
---|
4 | 4 | * Copyright (C) 2005 Mike Isely <isely@pobox.com> |
---|
5 | 5 | * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License as published by |
---|
9 | | - * the Free Software Foundation; either version 2 of the License |
---|
10 | | - * |
---|
11 | | - * This program is distributed in the hope that it will be useful, |
---|
12 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
13 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
14 | | - * GNU General Public License for more details. |
---|
15 | | - * |
---|
16 | 6 | */ |
---|
17 | 7 | |
---|
18 | 8 | #include <linux/kernel.h> |
---|
.. | .. |
---|
132 | 122 | ret = usb_register(&pvr_driver); |
---|
133 | 123 | |
---|
134 | 124 | if (ret == 0) |
---|
135 | | - printk(KERN_INFO "pvrusb2: " DRIVER_VERSION ":" |
---|
| 125 | + pr_info("pvrusb2: " DRIVER_VERSION ":" |
---|
136 | 126 | DRIVER_DESC "\n"); |
---|
137 | 127 | if (pvrusb2_debug) |
---|
138 | | - printk(KERN_INFO "pvrusb2: Debug mask is %d (0x%x)\n", |
---|
| 128 | + pr_info("pvrusb2: Debug mask is %d (0x%x)\n", |
---|
139 | 129 | pvrusb2_debug,pvrusb2_debug); |
---|
140 | 130 | |
---|
141 | 131 | pvr2_trace(PVR2_TRACE_INIT,"pvr_init complete"); |
---|