.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
---|
1 | 2 | /* |
---|
2 | 3 | * gspca ViCam subdriver |
---|
3 | 4 | * |
---|
.. | .. |
---|
10 | 11 | * Pavel Machek (pavel@ucw.cz), |
---|
11 | 12 | * John Tyner (jtyner@cs.ucr.edu), |
---|
12 | 13 | * Monroe Williams (monroe@pobox.com) |
---|
13 | | - * |
---|
14 | | - * This program is free software; you can redistribute it and/or modify |
---|
15 | | - * it under the terms of the GNU General Public License as published by |
---|
16 | | - * the Free Software Foundation; either version 2 of the License, or |
---|
17 | | - * any later version. |
---|
18 | | - * |
---|
19 | | - * This program is distributed in the hope that it will be useful, |
---|
20 | | - * but WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
21 | | - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
---|
22 | | - * GNU General Public License for more details. |
---|
23 | 14 | */ |
---|
24 | 15 | |
---|
25 | 16 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
.. | .. |
---|
234 | 225 | { |
---|
235 | 226 | int ret; |
---|
236 | 227 | const struct ihex_binrec *rec; |
---|
237 | | - const struct firmware *uninitialized_var(fw); |
---|
| 228 | + const struct firmware *fw; |
---|
238 | 229 | u8 *firmware_buf; |
---|
239 | 230 | |
---|
240 | 231 | ret = request_ihex_firmware(&fw, VICAM_FIRMWARE, |
---|