Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233442
b: refs/heads/master
c: 0550769
h: refs/heads/master
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Feb 15, 2011
1 parent 0d63e92 commit ca1e1a0
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: 7e9c26295b2ae1be1285c7c9e593c19ce7ea7eba
refs/heads/master: 0550769bb7f364fb9aeeb9412229fb7790ee79c4
2 changes: 1 addition & 1 deletion trunk/drivers/net/cxgb4vf/t4vf_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ int t4vf_wr_mbox_core(struct adapter *adapter, const void *cmd, int size,
delay_idx = 0;
ms = delay[0];

for (i = 0; i < 500; i += ms) {
for (i = 0; i < FW_CMD_MAX_TIMEOUT; i += ms) {
if (sleep_ok) {
ms = delay[delay_idx];
if (delay_idx < ARRAY_SIZE(delay) - 1)
Expand Down

0 comments on commit ca1e1a0

Please sign in to comment.