mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 08:16:12 +07:00
cw1200: fix indentation issues
There are two lines that have indentation issues, fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
6dcbe4592e
commit
b0535d502d
@ -465,8 +465,8 @@ int cw1200_load_firmware(struct cw1200_common *priv)
|
||||
|
||||
if (!(val32 & ST90TDS_CONFIG_ACCESS_MODE_BIT)) {
|
||||
pr_err("Device is already in QUEUE mode!\n");
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
ret = -EINVAL;
|
||||
goto out;
|
||||
}
|
||||
|
||||
switch (priv->hw_type) {
|
||||
|
Loading…
Reference in New Issue
Block a user