forked from Minki/linux
e1000e: Fix typo ! &
Signed-off-by: Roel Kluin <12o3l@tiscali.nl> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
9c8eb7206f
commit
6e4ca80d27
@ -283,7 +283,7 @@ static s32 e1000_get_invariants_82571(struct e1000_adapter *adapter)
|
||||
adapter->flags &= ~FLAG_HAS_WOL;
|
||||
/* quad ports only support WoL on port A */
|
||||
if (adapter->flags & FLAG_IS_QUAD_PORT &&
|
||||
(!adapter->flags & FLAG_IS_QUAD_PORT_A))
|
||||
(!(adapter->flags & FLAG_IS_QUAD_PORT_A)))
|
||||
adapter->flags &= ~FLAG_HAS_WOL;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user