aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fealnx.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r--drivers/net/fealnx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c
index 160655d24581..f66da84a9398 100644
--- a/drivers/net/fealnx.c
+++ b/drivers/net/fealnx.c
@@ -1378,7 +1378,7 @@ static int start_tx(struct sk_buff *skb, struct net_device *dev)
1378 dev->trans_start = jiffies; 1378 dev->trans_start = jiffies;
1379 1379
1380 spin_unlock_irqrestore(&np->lock, flags); 1380 spin_unlock_irqrestore(&np->lock, flags);
1381 return 0; 1381 return NETDEV_TX_OK;
1382} 1382}
1383 1383
1384 1384