]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 12:58:34 +0000 (20:58 +0800)
commit26e068537ff5c5bb29d55ec90a9aec34137ed9c2
tree754aa12895d4fff9239e061bcd00f883f9cdbbc7
parentf001cb7c51b71cc3b8a864954428d428d35ed283
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.

(cherry picked from commit 9ab64ba3c74540cfb8716232834df486bcc6120d)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/igb/igb_main.c