Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 330217
b: refs/heads/master
c: 4a97df0
h: refs/heads/master
i:
  330215: 561889a
v: v3
  • Loading branch information
Emil Tantilov authored and Jeff Kirsher committed Oct 3, 2012
1 parent bff5fc1 commit 72f1a43
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: 1cc92eb871d6cbb1da038b4bcd89eec3c73b9781
refs/heads/master: 4a97df0bfaa8c0c1cd057cb8f1030a71cb4d8832
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ s32 ixgbe_reinit_fdir_tables_82599(struct ixgbe_hw *hw)
if (IXGBE_READ_REG(hw, IXGBE_FDIRCTRL) &
IXGBE_FDIRCTRL_INIT_DONE)
break;
udelay(10);
usleep_range(1000, 2000);
}
if (i >= IXGBE_FDIR_INIT_DONE_POLL) {
hw_dbg(hw, "Flow Director Signature poll time exceeded!\n");
Expand Down

0 comments on commit 72f1a43

Please sign in to comment.