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

Commit b739c1c5 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: remove log print from ipa3_rx_poll()



Remove unnecessary logging from data path.

Change-Id: Iedec0c01f69e5525ce74676deceb5864c8b5dba2
CRs-Fixed: 2051123
Acked-by: default avatarAdy Abraham <adya@qti.qualcomm.com>
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 11a6d8d3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3671,7 +3671,6 @@ int ipa3_rx_poll(u32 clnt_hdl, int weight)
	struct ipa_mem_buffer mem_info = {0};
	static int total_cnt;

	IPADBG("\n");
	if (clnt_hdl >= ipa3_ctx->ipa_num_pipes ||
		ipa3_ctx->ep[clnt_hdl].valid == 0) {
		IPAERR("bad parm 0x%x\n", clnt_hdl);