Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 369748
b: refs/heads/master
c: cf62cb7
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and David S. Miller committed Apr 25, 2013
1 parent 4557b36 commit ccac1f9
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: 3a4e0d6a95b2b6f7b22eb7c7361a0fc4289478eb
refs/heads/master: cf62cb72d63944f4dcc7376efd84959afc9366cb
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/calxeda/xgmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ static int xgmac_set_features(struct net_device *dev, netdev_features_t features
u32 ctrl;
struct xgmac_priv *priv = netdev_priv(dev);
void __iomem *ioaddr = priv->base;
u32 changed = dev->features ^ features;
netdev_features_t changed = dev->features ^ features;

if (!(changed & NETIF_F_RXCSUM))
return 0;
Expand Down

0 comments on commit ccac1f9

Please sign in to comment.