From: Alexander Duyck Date: Wed, 22 Sep 2010 17:56:20 +0000 (+0000) Subject: igb: clear VF_PROMISC bits instead of setting all other bits X-Git-Tag: v2.6.37-rc1~147^2~368 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d85b9004bc2047d79248b167cc151ff9a4b509c3;p=pandora-kernel.git igb: clear VF_PROMISC bits instead of setting all other bits This change corrects an issue in which we were setting all flag bits except for promisc instead of clearing the promisc bits due to the incorrect use of an |= instead of an &=. Signed-off-by: Alexander Duyck Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed