diff options
Diffstat (limited to 'drivers/net/sunhme.c')
-rw-r--r-- | drivers/net/sunhme.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/sunhme.c b/drivers/net/sunhme.c index 4ef729198e10..008bd59fc64b 100644 --- a/drivers/net/sunhme.c +++ b/drivers/net/sunhme.c | |||
@@ -2338,7 +2338,7 @@ static int happy_meal_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
2338 | dev->trans_start = jiffies; | 2338 | dev->trans_start = jiffies; |
2339 | 2339 | ||
2340 | tx_add_log(hp, TXLOG_ACTION_TXMIT, 0); | 2340 | tx_add_log(hp, TXLOG_ACTION_TXMIT, 0); |
2341 | return 0; | 2341 | return NETDEV_TX_OK; |
2342 | } | 2342 | } |
2343 | 2343 | ||
2344 | static struct net_device_stats *happy_meal_get_stats(struct net_device *dev) | 2344 | static struct net_device_stats *happy_meal_get_stats(struct net_device *dev) |