Loading drivers/soc/qcom/icnss.c +5 −0 Original line number Diff line number Diff line Loading @@ -1231,9 +1231,14 @@ static int icnss_driver_event_unregister_driver(void *data) } set_bit(ICNSS_DRIVER_UNLOADING, &penv->state); icnss_block_shutdown(true); if (penv->ops) penv->ops->remove(&penv->pdev->dev); icnss_block_shutdown(false); clear_bit(ICNSS_DRIVER_UNLOADING, &penv->state); clear_bit(ICNSS_DRIVER_PROBED, &penv->state); Loading Loading
drivers/soc/qcom/icnss.c +5 −0 Original line number Diff line number Diff line Loading @@ -1231,9 +1231,14 @@ static int icnss_driver_event_unregister_driver(void *data) } set_bit(ICNSS_DRIVER_UNLOADING, &penv->state); icnss_block_shutdown(true); if (penv->ops) penv->ops->remove(&penv->pdev->dev); icnss_block_shutdown(false); clear_bit(ICNSS_DRIVER_UNLOADING, &penv->state); clear_bit(ICNSS_DRIVER_PROBED, &penv->state); Loading