net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
[linux-2.6-block.git] / drivers / staging / epl / VirtualEthernetLinux.c
index 077724a556cc6d3436208224af389089de65389f..7b7cce1b36e8f31fcaad64d8b35f2113d537efab 100644 (file)
@@ -223,7 +223,7 @@ static int VEthXmit(struct sk_buff *pSkb_p, struct net_device *pNetDevice_p)
        }
 
       Exit:
-       return 0;
+       return NETDEV_TX_OK;
 
 }