diff options
Diffstat (limited to 'drivers/net/mace.c')
-rw-r--r-- | drivers/net/mace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mace.c b/drivers/net/mace.c index 1ad740bc8878..1427755c224d 100644 --- a/drivers/net/mace.c +++ b/drivers/net/mace.c | |||
@@ -547,7 +547,7 @@ static int mace_xmit_start(struct sk_buff *skb, struct net_device *dev) | |||
547 | netif_stop_queue(dev); | 547 | netif_stop_queue(dev); |
548 | mp->tx_fullup = 1; | 548 | mp->tx_fullup = 1; |
549 | spin_unlock_irqrestore(&mp->lock, flags); | 549 | spin_unlock_irqrestore(&mp->lock, flags); |
550 | return 1; /* can't take it at the moment */ | 550 | return NETDEV_TX_BUSY; /* can't take it at the moment */ |
551 | } | 551 | } |
552 | spin_unlock_irqrestore(&mp->lock, flags); | 552 | spin_unlock_irqrestore(&mp->lock, flags); |
553 | 553 | ||