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

Commit 756af063 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "icnss: Consider recovery as FW down"

parents 08acb0df 9b96f692
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1181,8 +1181,9 @@ bool icnss_is_fw_down(void)
{
	if (!penv)
		return false;
	else
		return test_bit(ICNSS_FW_DOWN, &penv->state);

	return test_bit(ICNSS_FW_DOWN, &penv->state) ||
		test_bit(ICNSS_PD_RESTART, &penv->state);
}
EXPORT_SYMBOL(icnss_is_fw_down);