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: Thyagarajan Venkatanarayanan <venkatan@qti.qualcomm.com> Signed-off-by: Himateja Reddy <hmreddy@codeaurora.org>
This commit is contained in:
parent
485aca84e0
commit
596200d467
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user