commit | 9ab64ba3c74540cfb8716232834df486bcc6120d | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Fri Aug 26 07:47:01 2011 +0000 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Oct 12 22:46:30 2011 -0700 |
tree | 70049a5db9ee83bb3b732e3a7258afa1c729da8b | |
parent | 06218a8dbf046c0e9ba51dcbe1ce980a10a0be42 [diff] |
igb: Drop unnecessary write of E1000_IMS from igb_msix_other Since we mask interrupts in EIMS not in IMS there is no need to re-enable mask bits in that register. As such we can remove the write to IMS from the end of igb_msix_other. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>