netdev: replace napi_reschedule with napi_schedule
[linux-2.6-microblaze.git] / drivers / net / ethernet / chelsio / cxgb4vf / sge.c
index 2d0cf76..5b1d746 100644 (file)
@@ -2094,7 +2094,7 @@ static void sge_rx_timer_cb(struct timer_list *t)
                                struct sge_eth_rxq *rxq;
 
                                rxq = container_of(fl, struct sge_eth_rxq, fl);
-                               if (napi_reschedule(&rxq->rspq.napi))
+                               if (napi_schedule(&rxq->rspq.napi))
                                        fl->starving++;
                                else
                                        set_bit(id, s->starving_fl);