commit | 4a3c6433e48592f260278966742a99e0d77de3cc | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Feb 06 23:20:49 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Feb 07 02:43:13 2009 -0800 |
tree | 351ea20c007219590823a6b27e1fbc93f10fe26a | |
parent | 28b0759c224cad4ae8f5ed47f5af862dd2d1e1ed [diff] |
igb: don't read eicr when responding to legacy interrupts The interrupt handler was reading eicr and then doing nothing with the result. I have removed the variable and the register read since they provide no value to the legacy interrupt handler. 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>