Loading drivers/soc/qcom/icnss.c +3 −2 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
drivers/soc/qcom/icnss.c +3 −2 Original line number Diff line number Diff line Loading @@ -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); Loading