Loading drivers/soc/qcom/icnss.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -945,7 +945,7 @@ static int icnss_driver_event_pd_service_down(struct icnss_priv *priv, if (!test_bit(ICNSS_WLFW_EXISTS, &priv->state)) if (!test_bit(ICNSS_WLFW_EXISTS, &priv->state)) goto out; goto out; if (test_bit(ICNSS_PD_RESTART, &priv->state)) { if (test_bit(ICNSS_PD_RESTART, &priv->state) && event_data->crashed) { icnss_pr_err("PD Down while recovery inprogress, crashed: %d, state: 0x%lx\n", icnss_pr_err("PD Down while recovery inprogress, crashed: %d, state: 0x%lx\n", event_data->crashed, priv->state); event_data->crashed, priv->state); ICNSS_ASSERT(0); ICNSS_ASSERT(0); Loading Loading
drivers/soc/qcom/icnss.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -945,7 +945,7 @@ static int icnss_driver_event_pd_service_down(struct icnss_priv *priv, if (!test_bit(ICNSS_WLFW_EXISTS, &priv->state)) if (!test_bit(ICNSS_WLFW_EXISTS, &priv->state)) goto out; goto out; if (test_bit(ICNSS_PD_RESTART, &priv->state)) { if (test_bit(ICNSS_PD_RESTART, &priv->state) && event_data->crashed) { icnss_pr_err("PD Down while recovery inprogress, crashed: %d, state: 0x%lx\n", icnss_pr_err("PD Down while recovery inprogress, crashed: %d, state: 0x%lx\n", event_data->crashed, priv->state); event_data->crashed, priv->state); ICNSS_ASSERT(0); ICNSS_ASSERT(0); Loading