hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/net/wireless/st/cw1200/fwio.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Firmware I/O code for mac80211 ST-Ericsson CW1200 drivers
34 *
....@@ -8,10 +9,6 @@
89 * ST-Ericsson UMAC CW1200 driver which is
910 * Copyright (c) 2010, ST-Ericsson
1011 * Author: Ajitpal Singh <ajitpal.singh@stericsson.com>
11
- *
12
- * This program is free software; you can redistribute it and/or modify
13
- * it under the terms of the GNU General Public License version 2 as
14
- * published by the Free Software Foundation.
1512 */
1613
1714 #include <linux/vmalloc.h>
....@@ -465,8 +462,8 @@
465462
466463 if (!(val32 & ST90TDS_CONFIG_ACCESS_MODE_BIT)) {
467464 pr_err("Device is already in QUEUE mode!\n");
468
- ret = -EINVAL;
469
- goto out;
465
+ ret = -EINVAL;
466
+ goto out;
470467 }
471468
472469 switch (priv->hw_type) {