Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 351504
b: refs/heads/master
c: b577d7e
h: refs/heads/master
v: v3
  • Loading branch information
YOSHIFUJI Hideaki / 吉藤英明 authored and David S. Miller committed Jan 21, 2013
1 parent 2bcb9a8 commit f9f4856
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: 4fbc5b20e2715997a1b5e634543e8cac9aa36d4c
refs/heads/master: b577d7e2ad50cfbf43b648e34128a5c231cc5236
2 changes: 1 addition & 1 deletion trunk/drivers/firewire/net.c
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ static int fwnet_finish_incoming_packet(struct net_device *net,
dev = netdev_priv(net);
/* Write metadata, and then pass to the receive level */
skb->dev = net;
skb->ip_summed = CHECKSUM_UNNECESSARY; /* don't check it */
skb->ip_summed = CHECKSUM_NONE;

/*
* Parse the encapsulation header. This actually does the job of
Expand Down

0 comments on commit f9f4856

Please sign in to comment.