Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203230
b: refs/heads/master
c: 70777d0
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and David S. Miller committed Jun 30, 2010
1 parent b3a92c9 commit 375669b
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 784e2710ce3588d8316dc8efac9ecbebaeaf7c35
refs/heads/master: 70777d03466e7a8a41b0d34677454c92f4e93d89
3 changes: 2 additions & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1537,7 +1537,8 @@ static void dev_queue_xmit_nit(struct sk_buff *skb, struct net_device *dev)
if (net_ratelimit())
printk(KERN_CRIT "protocol %04x is "
"buggy, dev %s\n",
skb2->protocol, dev->name);
ntohs(skb2->protocol),
dev->name);
skb_reset_network_header(skb2);
}

Expand Down

0 comments on commit 375669b

Please sign in to comment.