From: Alexander Duyck Date: Thu, 3 Sep 2009 14:49:15 +0000 (+0000) Subject: igb: only disable/enable interrupt bits for igb physical function X-Git-Tag: v2.6.32-rc1~703^2~112 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dfd12126573d6feb12f1d215a352851750fcbd7;p=pandora-kernel.git igb: only disable/enable interrupt bits for igb physical function The igb_irq_disable/enable calls were causing virtual functions associated with the igb physical function to have their interrupts disabled. In order to prevent this from occuring we should only clear/set the bits related to the physical function. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed