Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171533
b: refs/heads/master
c: 8a0717f
h: refs/heads/master
i:
  171531: 9bae5ea
v: v3
  • Loading branch information
Nelson, Shannon authored and David S. Miller committed Nov 14, 2009
1 parent ffd8b11 commit 9e3caeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1eff35061b9346cb9bef2b79d9d99c8c096df13
refs/heads/master: 8a0717f30ce93a686d325122d8b0c6b73b32cfb3
1 change: 1 addition & 0 deletions trunk/drivers/net/ixgbe/ixgbe_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1204,6 +1204,7 @@ static void ixgbe_check_lsc(struct ixgbe_adapter *adapter)
adapter->link_check_timeout = jiffies;
if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_EIMC_LSC);
IXGBE_WRITE_FLUSH(hw);
schedule_work(&adapter->watchdog_task);
}
}
Expand Down

0 comments on commit 9e3caeb

Please sign in to comment.