Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159436
b: refs/heads/master
c: 7bb82e8
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and David S. Miller committed Aug 6, 2009
1 parent 76c42a5 commit a6e94b5
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: c60a5cf7af0a94cf8b09ca22796affa5f5f0669a
refs/heads/master: 7bb82e834cc9cc95512287a9bf637719557674a0
2 changes: 1 addition & 1 deletion trunk/drivers/net/tc35815.c
Original file line number Diff line number Diff line change
Expand Up @@ -2139,7 +2139,7 @@ static struct net_device_stats *tc35815_get_stats(struct net_device *dev)
(struct tc35815_regs __iomem *)dev->base_addr;
if (netif_running(dev))
/* Update the statistics from the device registers. */
dev->stats.rx_missed_errors = tc_readl(&tr->Miss_Cnt);
dev->stats.rx_missed_errors += tc_readl(&tr->Miss_Cnt);

return &dev->stats;
}
Expand Down

0 comments on commit a6e94b5

Please sign in to comment.