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

This commit is contained in:
qctecmdr 2020-09-02 19:51:40 -07:00 committed by Gerrit - the friendly Code Review server
commit 1f75b3f8df

View File

@ -2723,9 +2723,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;
}