From: Alexander Duyck Date: Tue, 25 Nov 2008 09:04:03 +0000 (-0800) Subject: igb: loopback bits not correctly cleared from RCTL register X-Git-Tag: v2.6.29-rc1~581^2~494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69d728baf620839d1a3c874eecac316729f89de4;p=pandora-kernel.git igb: loopback bits not correctly cleared from RCTL register This change forces the bits to 0 by using an &= operation with an inverted mask of all options instead of using an |= with a value of 0. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed