Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 15007
b: refs/heads/master
c: 246a421
h: refs/heads/master
i:
  15005: 0384fe3
  15003: 5c9ae2f
  14999: 223dff8
  14991: ec9790f
  14975: fb6151e
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Dec 8, 2005
1 parent 9ad678d commit d033b9f
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: 1f064a87c80c86bd3878e6633de61e8b71aa6788
refs/heads/master: 246a421207007a034da9b8cfa578bc00d16a9553
3 changes: 2 additions & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,7 +1113,8 @@ int skb_checksum_help(struct sk_buff *skb, int inward)
void netdev_rx_csum_fault(struct net_device *dev)
{
if (net_ratelimit()) {
printk(KERN_ERR "%s: hw csum failure.\n", dev->name);
printk(KERN_ERR "%s: hw csum failure.\n",
dev ? dev->name : "<unknown>");
dump_stack();
}
}
Expand Down

0 comments on commit d033b9f

Please sign in to comment.