diff options
Diffstat (limited to 'drivers/net/ioc3-eth.c')
-rw-r--r-- | drivers/net/ioc3-eth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index e3cfefab670c..8ec15ab8c8c2 100644 --- a/drivers/net/ioc3-eth.c +++ b/drivers/net/ioc3-eth.c | |||
@@ -1515,7 +1515,7 @@ static int ioc3_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1515 | 1515 | ||
1516 | spin_unlock_irq(&ip->ioc3_lock); | 1516 | spin_unlock_irq(&ip->ioc3_lock); |
1517 | 1517 | ||
1518 | return 0; | 1518 | return NETDEV_TX_OK; |
1519 | } | 1519 | } |
1520 | 1520 | ||
1521 | static void ioc3_timeout(struct net_device *dev) | 1521 | static void ioc3_timeout(struct net_device *dev) |