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 ee51557e942b..b2d617206bd9 100644
--- a/drivers/net/fealnx.c
+++ b/drivers/net/fealnx.c
@@ -1375,7 +1375,7 @@ static int start_tx(struct sk_buff *skb, struct net_device *dev)
1375 dev->trans_start = jiffies; 1375 dev->trans_start = jiffies;
1376 1376
1377 spin_unlock_irqrestore(&np->lock, flags); 1377 spin_unlock_irqrestore(&np->lock, flags);
1378 return 0; 1378 return NETDEV_TX_OK;
1379} 1379}
1380 1380
1381 1381