]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/tulip/de2104x.c
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
[net-next-2.6.git] / drivers / net / tulip / de2104x.c
index 81f054dbb88ddb2712bc6d60921f857c3920a05e..769af558a345a0d2d6942c294e24035405de4df7 100644 (file)
@@ -651,7 +651,7 @@ static int de_start_xmit (struct sk_buff *skb, struct net_device *dev)
        dw32(TxPoll, NormalTxPoll);
        dev->trans_start = jiffies;
 
-       return 0;
+       return NETDEV_TX_OK;
 }
 
 /* Set or clear the multicast filter for this adaptor.