Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122392
b: refs/heads/master
c: d8e8034
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Nov 28, 2008
1 parent 758c013 commit f940d52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 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: 9fd428761adbd5fbd7e23c312955eec1db8ace7a
refs/heads/master: d8e8034dcdef8c8fa94a14c3b555c09e065e742f
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -6155,7 +6155,7 @@ bnx2_get_stats(struct net_device *dev)
{
struct bnx2 *bp = netdev_priv(dev);
struct statistics_block *stats_blk = bp->stats_blk;
struct net_device_stats *net_stats = &bp->net_stats;
struct net_device_stats *net_stats = &dev->stats;

if (bp->stats_blk == NULL) {
return net_stats;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/net/bnx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -6872,8 +6872,6 @@ struct bnx2 {
int pm_cap;
int pcix_cap;

struct net_device_stats net_stats;

struct flash_spec *flash_info;
u32 flash_size;

Expand Down

0 comments on commit f940d52

Please sign in to comment.