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

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

Merge "icnss: Add check for rejuvenate in fw_down"

parents f28b578e 645d7e3c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,8 @@ bool icnss_is_fw_down(void)
		return false;

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