]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Drop unnecessary write of E1000_IMS from igb_msix_other
authorAlexander Duyck <alexander.h.duyck@intel.com>
Fri, 26 Aug 2011 07:47:01 +0000 (07:47 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 13 Oct 2011 05:46:30 +0000 (22:46 -0700)
commitef0056bca46744f4b0d7ff6c11be71959e36f65c
tree70049a5db9ee83bb3b732e3a7258afa1c729da8b
parent1f4cd7723953b8c91dbab7227c66e98ed82fdd91
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>
drivers/net/ethernet/intel/igb/igb_main.c