From: Alexander Duyck Date: Thu, 19 Aug 2010 13:34:27 +0000 (+0000) Subject: ixgbe: combine two modifications of TXDCTL into one X-Git-Tag: v2.6.37-rc1~147^2~777 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=179b4096e25c190fc987832e0037b40507cc7ca0;p=pandora-kernel.git ixgbe: combine two modifications of TXDCTL into one In ixgbe_up_complete we were doing a read-modify-write of TXDCTL followed by another one just a few lines further down. Instead of performing two separate read-modify-writes it would make more sense to combine the two into one. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed