Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88023
b: refs/heads/master
c: e66f416
h: refs/heads/master
i:
  88021: ea3fd0f
  88019: a5c4465
  88015: 4a2c5e1
v: v3
  • Loading branch information
Valentine Barshak authored and Jeff Garzik committed Mar 29, 2008
1 parent 031bc4e commit c97bbf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 5beaf7d6f89c13b2414656e994d3ee6350e99d3a
refs/heads/master: e66f4168d133b9d848dead4c031d11a84caec6dc
4 changes: 2 additions & 2 deletions trunk/drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,8 +1242,8 @@ static int emac_close(struct net_device *ndev)
static inline u16 emac_tx_csum(struct emac_instance *dev,
struct sk_buff *skb)
{
if (emac_has_feature(dev, EMAC_FTR_HAS_TAH &&
skb->ip_summed == CHECKSUM_PARTIAL)) {
if (emac_has_feature(dev, EMAC_FTR_HAS_TAH) &&
(skb->ip_summed == CHECKSUM_PARTIAL)) {
++dev->stats.tx_packets_csum;
return EMAC_TX_CTRL_TAH_CSUM;
}
Expand Down

0 comments on commit c97bbf7

Please sign in to comment.