.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Firmware I/O code for mac80211 ST-Ericsson CW1200 drivers |
---|
3 | 4 | * |
---|
.. | .. |
---|
8 | 9 | * ST-Ericsson UMAC CW1200 driver which is |
---|
9 | 10 | * Copyright (c) 2010, ST-Ericsson |
---|
10 | 11 | * 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. |
---|
15 | 12 | */ |
---|
16 | 13 | |
---|
17 | 14 | #include <linux/vmalloc.h> |
---|
.. | .. |
---|
465 | 462 | |
---|
466 | 463 | if (!(val32 & ST90TDS_CONFIG_ACCESS_MODE_BIT)) { |
---|
467 | 464 | pr_err("Device is already in QUEUE mode!\n"); |
---|
468 | | - ret = -EINVAL; |
---|
469 | | - goto out; |
---|
| 465 | + ret = -EINVAL; |
---|
| 466 | + goto out; |
---|
470 | 467 | } |
---|
471 | 468 | |
---|
472 | 469 | switch (priv->hw_type) { |
---|