Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203650
b: refs/heads/master
c: 024e629
h: refs/heads/master
v: v3
  • Loading branch information
Casey Leedom authored and David S. Miller committed Jul 20, 2010
1 parent 18dcf92 commit 48cf822
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: e7c38157c61649e66f853d7b9f109119b8361448
refs/heads/master: 024e6293f959dc86827284bc1d7c93c8baed1ec6
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 @@ -163,7 +163,7 @@ int t4vf_wr_mbox_core(struct adapter *adapter, const void *cmd, int size,
for (i = 0; i < 500; i += ms) {
if (sleep_ok) {
ms = delay[delay_idx];
if (delay_idx < ARRAY_SIZE(delay))
if (delay_idx < ARRAY_SIZE(delay) - 1)
delay_idx++;
msleep(ms);
} else
Expand Down

0 comments on commit 48cf822

Please sign in to comment.