Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352094
b: refs/heads/master
c: f752be9
h: refs/heads/master
v: v3
  • Loading branch information
Josh Hay authored and Jeff Kirsher committed Feb 5, 2013
1 parent 107f941 commit 9330912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 07ce870bed2f631ad53a2c1a90db20b5f8126ab9
refs/heads/master: f752be9c3de4fbb6a9b2c060f3794bd928a0ad7a
3 changes: 3 additions & 0 deletions trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1040,6 +1040,9 @@ static void ixgbe_get_ethtool_stats(struct net_device *netdev,
p = (char *) adapter +
ixgbe_gstrings_stats[i].stat_offset;
break;
default:
data[i] = 0;
continue;
}

data[i] = (ixgbe_gstrings_stats[i].sizeof_stat ==
Expand Down

0 comments on commit 9330912

Please sign in to comment.