Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 98538
b: refs/heads/master
c: e8399fe
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Jeff Garzik committed Jun 27, 2008
1 parent 0b4832d commit a8329d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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: ecfecfb5e39165b3f7f6d93aacd268edfe7c3524
refs/heads/master: e8399fed7e9f2e76eb65852612b16732129b9f3f
2 changes: 1 addition & 1 deletion trunk/drivers/net/ipg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1808,7 +1808,7 @@ static int ipg_nic_open(struct net_device *dev)
/* initialize JUMBO Frame control variable */
sp->jumbo.found_start = 0;
sp->jumbo.current_size = 0;
sp->jumbo.skb = 0;
sp->jumbo.skb = NULL;
dev->mtu = IPG_TXFRAG_SIZE;
#endif

Expand Down

0 comments on commit a8329d3

Please sign in to comment.