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

Commit a1b7592e 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: Log subsystem and sequence number in SSR notifications"

parents 1911aa78 9d62531c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -434,11 +434,11 @@ int notify_for_subsystem(struct subsys_info *ss_info)

	list_for_each_entry(ss_leaf_entry, &ss_info->notify_list,
			notify_list_node) {
		GLINK_INFO("<SSR> %s: Notifying: %s -> %s:%s:%s\n",
				__func__, "subsys:edge:xprt",
				ss_leaf_entry->ssr_name,
				ss_leaf_entry->edge,
				ss_leaf_entry->xprt);
		GLINK_INFO(
			"<SSR> %s: Notifying: %s:%s of %s restart, seq_num[%d]\n",
				__func__, ss_leaf_entry->edge,
				ss_leaf_entry->xprt, ss_info->edge,
				sequence_number);

		ss_info_channel =
			get_info_for_subsystem(ss_leaf_entry->ssr_name);