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

Commit 596200d4 authored by Himateja Reddy's avatar Himateja Reddy
Browse files

msm: adsprpc: remove error log in case of rpmsg_send failures



Remove error log in case of rpmsg_send failures as it can flood
the kernel buffer when the remote subsystem is down.

Change-Id: I2ce8911f88c7ae520ee36913e46ec8f7bada96a7
Acked-by: default avatarThyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com>
Signed-off-by: default avatarHimateja Reddy <hmreddy@codeaurora.org>
parent 485aca84
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2722,9 +2722,6 @@ static int fastrpc_invoke_send(struct smq_invoke_ctx *ctx,
	ns = get_timestamp_in_ns();
	fastrpc_update_txmsg_buf(channel_ctx, msg, err, ns);
 bail:
	if (err)
		ADSPRPC_ERR("failed with err %d, dom %d (hndl 0x%x, sc 0x%x)\n",
			err, cid, handle, sc);
	return err;
}