Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 149731
b: refs/heads/master
c: 8d1c3c0
h: refs/heads/master
i:
  149729: b6c3048
  149727: bb8dcf0
v: v3
  • Loading branch information
Tony Breeds authored and David S. Miller committed Apr 11, 2009
1 parent 3e0440c commit 50ea9f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04193058c1005551af93f04a4b975fbd7f95cad5
refs/heads/master: 8d1c3c0746098bee8ad116073120166347f21719
2 changes: 1 addition & 1 deletion trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3917,7 +3917,7 @@ static void ixgbe_sfp_config_module_task(struct work_struct *work)
}
hw->mac.ops.setup_sfp(hw);

if (!adapter->flags & IXGBE_FLAG_IN_SFP_LINK_TASK)
if (!(adapter->flags & IXGBE_FLAG_IN_SFP_LINK_TASK))
/* This will also work for DA Twinax connections */
schedule_work(&adapter->multispeed_fiber_task);
adapter->flags &= ~IXGBE_FLAG_IN_SFP_MOD_TASK;
Expand Down

0 comments on commit 50ea9f4

Please sign in to comment.