Merge "remoteproc: qcom: Remove redundant debug logs"

This commit is contained in:
qctecmdr
2022-07-18 01:29:28 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 0 additions and 2 deletions

View File

@ -337,7 +337,6 @@ static int glink_early_ssr_notifier_event(struct notifier_block *this,
{
struct qcom_rproc_glink *glink = container_of(this, struct qcom_rproc_glink, nb);
pr_err("early notify: %s\n", __func__);
qcom_glink_early_ssr_notify(glink->edge);
return NOTIFY_DONE;
}

View File

@ -604,7 +604,6 @@ static void sysmon_stop(struct rproc_subdev *subdev, bool crashed)
crashed ? "crash stop" : "stop");
if (sysmon->ssr_subdev) {
pr_err("%s : early notify\n", __func__);
ssr = container_of(sysmon->ssr_subdev, struct qcom_rproc_ssr, subdev);
if (!ssr->is_notified)
qcom_notify_early_ssr_clients(sysmon->ssr_subdev);