diff options
Diffstat (limited to 'drivers/net/hamachi.c')
-rw-r--r-- | drivers/net/hamachi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hamachi.c b/drivers/net/hamachi.c index d62378cbc149..635341d6a028 100644 --- a/drivers/net/hamachi.c +++ b/drivers/net/hamachi.c | |||
@@ -1372,7 +1372,7 @@ static int hamachi_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
1372 | printk(KERN_DEBUG "%s: Hamachi transmit frame #%d queued in slot %d.\n", | 1372 | printk(KERN_DEBUG "%s: Hamachi transmit frame #%d queued in slot %d.\n", |
1373 | dev->name, hmp->cur_tx, entry); | 1373 | dev->name, hmp->cur_tx, entry); |
1374 | } | 1374 | } |
1375 | return 0; | 1375 | return NETDEV_TX_OK; |
1376 | } | 1376 | } |
1377 | 1377 | ||
1378 | /* The interrupt handler does all of the Rx thread work and cleans up | 1378 | /* The interrupt handler does all of the Rx thread work and cleans up |