From: Alexander Duyck Date: Fri, 26 Aug 2011 07:47:01 +0000 (+0000) Subject: igb: Drop unnecessary write of E1000_IMS from igb_msix_other X-Git-Tag: v3.2-rc1~129^2~101^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ab64ba3c74540cfb8716232834df486bcc6120d;p=pandora-kernel.git 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 Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed