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

Commit 65a846a7 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: adsprpc: change logging of rpmsg callback error message"

parents 5cf2f8a6 ba995ab4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2871,7 +2871,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;
}