Davinci: Do not reset EMAC TX overruns counter on read
authorThomas Lange <thomas@corelatus.se>
Wed, 9 Mar 2011 04:41:16 +0000 (04:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Mar 2011 22:04:50 +0000 (15:04 -0700)
Don't reset tx_fifo_errors when reading out current EMAC stats.
  (tx_fifo_errors shows up as TX overruns in netdev stats.)

Without this correction, the old counter value is lost every time
stats are read out.

Signed-off-by: Thomas Lange <thomas@corelatus.se>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found