kni: remove useless return
authorFerruh Yigit <ferruh.yigit@intel.com>
Mon, 26 Sep 2016 15:39:25 +0000 (16:39 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 13 Oct 2016 21:06:38 +0000 (23:06 +0200)
Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
lib/librte_eal/linuxapp/kni/kni_net.c

index 937dd09..bae81e6 100644 (file)
@@ -538,7 +538,6 @@ kni_net_tx_timeout(struct net_device *dev)
 
        kni->stats.tx_errors++;
        netif_wake_queue(dev);
-       return;
 }
 
 /*