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

Commit 010c2d80 authored by Hardik Kantilal Patel's avatar Hardik Kantilal Patel
Browse files

icnss: Remove WARN_ON during self recovery trigger



Remove WARN_ON during self recovery trigger to avoid
false positive while doing stress testing of self
recovery feature.

CRs-Fixed: 2296234
Change-Id: Ibe858f74ccb78565c98ba249a244f6bceb0ca1e5
Signed-off-by: default avatarHardik Kantilal Patel <hkpatel@codeaurora.org>
parent 69156e98
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3529,7 +3529,6 @@ int icnss_trigger_recovery(struct device *dev)
		goto out;
	}

	WARN_ON(1);
	icnss_pr_warn("Initiate PD restart at WLAN FW, state: 0x%lx\n",
		      priv->state);