Merge tag 'xtensa-20220325' of https://github.com/jcmvbkbc/linux-xtensa
[linux-2.6-microblaze.git] / arch / xtensa / platforms / iss / network.c
index e62e31c..be3aaaa 100644 (file)
@@ -304,7 +304,7 @@ static int iss_net_rx(struct net_device *dev)
 
                lp->stats.rx_bytes += skb->len;
                lp->stats.rx_packets++;
-               netif_rx_ni(skb);
+               netif_rx(skb);
                return pkt_len;
        }
        kfree_skb(skb);