Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41484
b: refs/heads/master
c: 996695d
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Dec 2, 2006
1 parent dad39c4 commit 08784d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 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: 2bc35c1078fdfe7bb2a849c2d1bee8d9d5fea4a7
refs/heads/master: 996695de21b9b301ebb32379e2950fc2142df3a7
7 changes: 3 additions & 4 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3842,12 +3842,11 @@ e1000_clean_rx_irq(struct e1000_adapter *adapter,
/* save the skb in buffer_info as good */
buffer_info->skb = skb;
skb = new_skb;
skb_put(skb, length);
}
} else
skb_put(skb, length);

/* else just continue with the old one */
}
/* end copybreak code */
skb_put(skb, length);

/* Receive Checksum Offload */
e1000_rx_checksum(adapter,
Expand Down

0 comments on commit 08784d1

Please sign in to comment.