提交 7433a490 编写于 作者: K Kalle Valo

ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()

ath6kl/sdio.c:875: CHECK: Alignment should match open parenthesis
Signed-off-by: NKalle Valo <kvalo@qca.qualcomm.com>
上级 06f33f13
...@@ -871,7 +871,8 @@ static int ath6kl_sdio_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow) ...@@ -871,7 +871,8 @@ static int ath6kl_sdio_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow)
if (ret && ret != -ENOTCONN) if (ret && ret != -ENOTCONN)
ath6kl_err("wow suspend failed: %d\n", ret); ath6kl_err("wow suspend failed: %d\n", ret);
if (ret && (!ar->wow_suspend_mode || if (ret &&
(!ar->wow_suspend_mode ||
ar->wow_suspend_mode == WLAN_POWER_STATE_DEEP_SLEEP)) ar->wow_suspend_mode == WLAN_POWER_STATE_DEEP_SLEEP))
try_deepsleep = true; try_deepsleep = true;
else if (ret && else if (ret &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册