Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263941
b: refs/heads/master
c: 91aae1e
h: refs/heads/master
i:
  263939: aa9019d
v: v3
  • Loading branch information
Anton Blanchard authored and David S. Miller committed Sep 16, 2011
1 parent 733eee4 commit 28595c2
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: b93da27f5234198433345e40b39ff59797bc6f6e
refs/heads/master: 91aae1e5c407d4fc79f6983e6c6ba04756c004cb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ibmveth.c
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ static int ibmveth_set_csum_offload(struct net_device *dev, u32 data)
} else
adapter->fw_ipv6_csum_support = data;

if (ret != H_SUCCESS || ret6 != H_SUCCESS)
if (ret == H_SUCCESS || ret6 == H_SUCCESS)
adapter->rx_csum = data;
else
rc1 = -EIO;
Expand Down

0 comments on commit 28595c2

Please sign in to comment.