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

Commit ba995ab4 authored by Tharun Kumar Merugu's avatar Tharun Kumar Merugu
Browse files

msm: adsprpc: change logging of rpmsg callback error message



Since logging of rpmsg callback function error message on console
is causing increase in latency, changing it to debug.

Change-Id: Ic5cb75d755d9363f1bd9440e6451a39fd4807f34
Acked-by: default avatarMaitreyi Gupta <maitreyi@qti.qualcomm.com>
Signed-off-by: default avatarTharun Kumar Merugu <mtharu@codeaurora.org>
parent 8d0fbc83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2849,7 +2849,7 @@ static int fastrpc_rpmsg_callback(struct rpmsg_device *rpdev, void *data,
	context_notify_user(me->ctxtable[index], rsp->retval);
bail:
	if (err)
		pr_err("adsprpc: invalid response or context\n");
		pr_debug("adsprpc: invalid response or context\n");
	return err;
}