Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150008
b: refs/heads/master
c: 06bd12c
h: refs/heads/master
v: v3
  • Loading branch information
John Dykstra authored and David S. Miller committed Apr 27, 2009
1 parent b910c9c commit 81e48e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 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: 92ae3efa53b481ad669d8b85c6cfa37d774bb21e
refs/heads/master: 06bd12c3b861f8ca9e1215428b19dc0026c6268f
1 change: 0 additions & 1 deletion trunk/drivers/net/pcnet32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1227,7 +1227,6 @@ static void pcnet32_rx_entry(struct net_device *dev,
dev->stats.rx_dropped++;
return;
}
skb->dev = dev;
if (!rx_in_place) {
skb_reserve(skb, NET_IP_ALIGN);
skb_put(skb, pkt_len); /* Make room */
Expand Down

0 comments on commit 81e48e7

Please sign in to comment.