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

Commit d7a7edb1 authored by Praveen Kurapati's avatar Praveen Kurapati Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Reduced excessive logs from ipa



Due to excessive logs from ipa it blocks other tasks execution.
Ratelimit added inorder to reduce the logs.

Change-Id: I63220386c50d85a06a805ecf3b74280be2edc799
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
parent f83fcdfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1625,7 +1625,7 @@ int ipa3_tx_dp(enum ipa_client_type dst, struct sk_buff *skb,
	sys = ipa3_ctx->ep[src_ep_idx].sys;

	if (!sys || !sys->ep->valid) {
		IPAERR("pipe not valid\n");
		IPAERR_RL("pipe not valid\n");
		goto fail_gen;
	}