From: Alexander Duyck Date: Fri, 22 Apr 2011 04:08:14 +0000 (+0000) Subject: ixgbe: cleanup some minor issues in ixgbe_down() X-Git-Tag: v3.0-rc1~377^2~75^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34cecbbfad5a01050604d5b12fd7d7fb02597dbe;p=pandora-kernel.git ixgbe: cleanup some minor issues in ixgbe_down() This patch cleans up two minor issues in ixgbe_down. Specifically it addresses the fact that the VFs should not be pinged until after interrupts are disabled otherwise they might still get a response. It also drops the use of the txdctl temporary variable since the only bit we should be writing to the TXDCTL registers during a shutdown is the flush bit. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed