Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29c31a3b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge 'misc-fixes' branch of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6

parents ee98689b b2b3d824
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2307,6 +2307,7 @@ e1000_xmit_frame(struct sk_buff *skb, struct net_device *netdev)
	tso = e1000_tso(adapter, skb);
	if (tso < 0) {
		dev_kfree_skb_any(skb);
		spin_unlock_irqrestore(&adapter->tx_lock, flags);
		return NETDEV_TX_OK;
	}