Merge "msm: rmnet_ipa: suppress excess logging"

This commit is contained in:
Linux Build Service Account 2014-11-06 05:26:17 -08:00 committed by Gerrit - the friendly Code Review server
commit 53e6e12cbd
1 changed files with 2 additions and 1 deletions

View File

@ -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++;