aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mac89x0.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/mac89x0.c')
-rw-r--r--drivers/net/mac89x0.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/mac89x0.c b/drivers/net/mac89x0.c
index 384e072de2e7..dab45339d3a8 100644
--- a/drivers/net/mac89x0.c
+++ b/drivers/net/mac89x0.c
@@ -73,8 +73,6 @@ static char *version =
73 or override something. */ 73 or override something. */
74#include <linux/module.h> 74#include <linux/module.h>
75 75
76#define PRINTK(x) printk x
77
78/* 76/*
79 Sources: 77 Sources:
80 78
@@ -402,7 +400,7 @@ net_send_packet(struct sk_buff *skb, struct net_device *dev)
402 /* Gasp! It hasn't. But that shouldn't happen since 400 /* Gasp! It hasn't. But that shouldn't happen since
403 we're waiting for TxOk, so return 1 and requeue this packet. */ 401 we're waiting for TxOk, so return 1 and requeue this packet. */
404 local_irq_restore(flags); 402 local_irq_restore(flags);
405 return 1; 403 return NETDEV_TX_BUSY;
406 } 404 }
407 405
408 /* Write the contents of the packet */ 406 /* Write the contents of the packet */