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>
这个提交包含在:
Colin Ian King
2019-01-17 14:36:23 +00:00
提交者 Kalle Valo
父节点 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) {