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

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

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

parents af9e4630 596200d4
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;
}