diff options
Diffstat (limited to 'drivers/net/lib8390.c')
-rw-r--r-- | drivers/net/lib8390.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/lib8390.c b/drivers/net/lib8390.c index f28c23343009..d6be36000c5c 100644 --- a/drivers/net/lib8390.c +++ b/drivers/net/lib8390.c | |||
@@ -414,7 +414,7 @@ static int __ei_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
414 | dev_kfree_skb (skb); | 414 | dev_kfree_skb (skb); |
415 | dev->stats.tx_bytes += send_length; | 415 | dev->stats.tx_bytes += send_length; |
416 | 416 | ||
417 | return 0; | 417 | return NETDEV_TX_OK; |
418 | } | 418 | } |
419 | 419 | ||
420 | /** | 420 | /** |