Loading drivers/soc/qcom/icnss.c +1 −2 Original line number Diff line number Diff line Loading @@ -1220,8 +1220,7 @@ static int icnss_service_notifier_notify(struct notifier_block *nb, clear_bit(ICNSS_HOST_TRIGGERED_PDR, &priv->state); fw_down_data.crashed = event_data->crashed; if (test_bit(ICNSS_DRIVER_PROBED, &priv->state) && !test_bit(ICNSS_PD_RESTART, &priv->state)) if (test_bit(ICNSS_FW_READY, &priv->state)) icnss_call_driver_uevent(priv, ICNSS_UEVENT_FW_DOWN, &fw_down_data); icnss_driver_event_post(ICNSS_DRIVER_EVENT_PD_SERVICE_DOWN, Loading Loading
drivers/soc/qcom/icnss.c +1 −2 Original line number Diff line number Diff line Loading @@ -1220,8 +1220,7 @@ static int icnss_service_notifier_notify(struct notifier_block *nb, clear_bit(ICNSS_HOST_TRIGGERED_PDR, &priv->state); fw_down_data.crashed = event_data->crashed; if (test_bit(ICNSS_DRIVER_PROBED, &priv->state) && !test_bit(ICNSS_PD_RESTART, &priv->state)) if (test_bit(ICNSS_FW_READY, &priv->state)) icnss_call_driver_uevent(priv, ICNSS_UEVENT_FW_DOWN, &fw_down_data); icnss_driver_event_post(ICNSS_DRIVER_EVENT_PD_SERVICE_DOWN, Loading