commit | cc9073bbc901a0b695c9c5966d65520c29af70af | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Mon Oct 05 06:31:25 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Oct 06 14:59:16 2009 -0700 |
tree | 96af91fe9ed8c7ad3c3b6e1ff51b314aeb93d6b7 | |
parent | d519e17e2d01a0ee9abe083019532061b4438065 [diff] |
igb: remove unused temp variable from stats clearing path There is a temp variable in the stats clearing path that isn't needed since the results from the stats read can be immediately discared. Since it isn't needed we might as well just drop it from the function call. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>