net: Remove redundant NAPI functions
[deliverable/linux.git] / drivers / infiniband / hw / nes / nes_hw.c
index 5d139db1b771e745e9c248df0536c3bbdbc5d01e..53df9de23423bdcb9a96a7d4ea0992e6694bde43 100644 (file)
@@ -2541,7 +2541,7 @@ static void nes_nic_napi_ce_handler(struct nes_device *nesdev, struct nes_hw_nic
 {
        struct nes_vnic *nesvnic = container_of(cq, struct nes_vnic, nic_cq);
 
-       netif_rx_schedule(&nesvnic->napi);
+       napi_schedule(&nesvnic->napi);
 }
 
 
This page took 0.028403 seconds and 5 git commands to generate.