commit | 99673d9b5d48c81f2e9fe094c0d9e42815c60b3f | [log] [tgz] |
---|---|---|
author | Bruce Allan <bruce.w.allan@intel.com> | Fri Nov 20 23:27:21 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Nov 21 11:34:21 2009 -0800 |
tree | e21e8f5149bb8a08497d97c3f0691dc81dbf2ac3 | |
parent | 3d5e33c9783d3e911e9aef0339663e887044f0df [diff] |
e1000e: cleanup functions that clear hardware statistics The e1000_clear_hw_cntrs_*() functions read the registers to clear them. There is no reason to save the register contents so the temp variable can be removed. Signed-off-by: Bruce Allan <bruce.w.allan@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>