diff options
Diffstat (limited to 'drivers/net/cs89x0.c')
-rw-r--r-- | drivers/net/cs89x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/cs89x0.c b/drivers/net/cs89x0.c index 3eee666a9cd2..b5f553a4aa48 100644 --- a/drivers/net/cs89x0.c +++ b/drivers/net/cs89x0.c | |||
@@ -1571,7 +1571,7 @@ static int net_send_packet(struct sk_buff *skb, struct net_device *dev) | |||
1571 | * to restart the netdevice layer | 1571 | * to restart the netdevice layer |
1572 | */ | 1572 | */ |
1573 | 1573 | ||
1574 | return 0; | 1574 | return NETDEV_TX_OK; |
1575 | } | 1575 | } |
1576 | 1576 | ||
1577 | /* The typical workload of the driver: | 1577 | /* The typical workload of the driver: |