Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7433a490 authored by Kalle Valo's avatar Kalle Valo
Browse files

ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()



ath6kl/sdio.c:875: CHECK: Alignment should match open parenthesis

Signed-off-by: default avatarKalle Valo <kvalo@qca.qualcomm.com>
parent 06f33f13
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -871,7 +871,8 @@ static int ath6kl_sdio_suspend(struct ath6kl *ar, struct cfg80211_wowlan *wow)
		if (ret && ret != -ENOTCONN)
			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))
			try_deepsleep = true;
		else if (ret &&