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

Commit 53e6e12c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: rmnet_ipa: suppress excess logging"

parents 5117c5fb 3b7b4f99
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1043,7 +1043,8 @@ static void apps_ipa_packet_receive_notify(void *priv,

	result = netif_rx(skb);
	if (result)	{
		IPAWANERR("fail on netif_rx\n");
		pr_err_ratelimited(DEV_NAME " %s:%d fail on netif_rx\n",
				__func__, __LINE__);
		dev->stats.rx_dropped++;
	}
	dev->stats.rx_packets++;