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>
这个提交包含在:
@@ -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) {
|
||||
|
在新工单中引用
屏蔽一个用户