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:
Родитель
6dcbe4592e
Коммит
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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче