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

Commit f34d215e 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: Fix NULL pointer dereference in glink_ssr notification"

parents 8d8e7b75 ccd3c99f
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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(&notifications_successful_complete);