Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c01124a4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "soc: qcom: glink: Reset responded flag in SSR channel callback data"

parents e062dbe8 18084d3f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -550,6 +550,7 @@ int notify_for_subsystem(struct subsys_info *ss_info)
				subsystem_restart(ss_leaf_entry->ssr_name);
				subsystem_restart(ss_leaf_entry->ssr_name);
		}
		}
		ss_leaf_entry->restarted = false;
		ss_leaf_entry->restarted = false;
		ss_leaf_entry->cb_data->responded = false;
	}
	}
	complete(&notifications_successful_complete);
	complete(&notifications_successful_complete);
	return 0;
	return 0;