Loading drivers/soc/qcom/glink_ssr.c +3 −1 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ int notify_for_subsystem(struct subsys_info *ss_info) subsystem_restart(ss_leaf_entry->ssr_name); } ss_leaf_entry->restarted = false; if (!IS_ERR_OR_NULL(ss_leaf_entry->cb_data)) ss_leaf_entry->cb_data->responded = false; } complete(¬ifications_successful_complete); Loading Loading
drivers/soc/qcom/glink_ssr.c +3 −1 Original line number Diff line number Diff line Loading @@ -565,6 +565,8 @@ int notify_for_subsystem(struct subsys_info *ss_info) subsystem_restart(ss_leaf_entry->ssr_name); } ss_leaf_entry->restarted = false; if (!IS_ERR_OR_NULL(ss_leaf_entry->cb_data)) ss_leaf_entry->cb_data->responded = false; } complete(¬ifications_successful_complete); Loading