You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user