[NET]: Do not check netif_running() and carrier state in ->poll()
[pandora-kernel.git] / drivers / net / fec_8xx / fec_main.c
index 8d2904f..ab9637a 100644 (file)
@@ -476,11 +476,6 @@ static int fec_enet_rx_common(struct fec_enet_private *ep,
        __u16 pkt_len, sc;
        int curidx;
 
-       if (fpi->use_napi) {
-               if (!netif_running(dev))
-                       return 0;
-       }
-
        /*
         * First, grab all of the stats for the incoming packet.
         * These get messed up if we get called due to a busy condition.