Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134350
b: refs/heads/master
c: 5937218
h: refs/heads/master
v: v3
  • Loading branch information
Jesse Brandeburg authored and David S. Miller committed Feb 7, 2009
1 parent 75db5df commit dbf1773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 86d5d38fa1afe2c96f184482d6c6d1a59ee7e2dc
refs/heads/master: 593721833d2a3987736467144ad062a709d3a72c
3 changes: 0 additions & 3 deletions trunk/drivers/net/igb/igb_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2951,12 +2951,9 @@ static int igb_xmit_frame_ring_adv(struct sk_buff *skb,
struct igb_adapter *adapter = netdev_priv(netdev);
unsigned int first;
unsigned int tx_flags = 0;
unsigned int len;
u8 hdr_len = 0;
int tso = 0;

len = skb_headlen(skb);

if (test_bit(__IGB_DOWN, &adapter->state)) {
dev_kfree_skb_any(skb);
return NETDEV_TX_OK;
Expand Down

0 comments on commit dbf1773

Please sign in to comment.