Merge "remoteproc: qcom: Remove redundant debug logs"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
38dbcf8509
@ -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;
|
||||
}
|
||||
|
@ -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);
|
||||
|
Reference in New Issue
Block a user