Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323239
b: refs/heads/master
c: 68b3f28
h: refs/heads/master
i:
  323237: 7856015
  323235: a7c8aa3
  323231: 59e24da
v: v3
  • Loading branch information
Narendra K authored and David S. Miller committed Sep 27, 2012
1 parent 9c2f8a0 commit 568695d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 64f605c77408ad3aaff025e849d2e42cad9687e3
refs/heads/master: 68b3f28c11bf896be32ad2a2e151aaa5f4a7c98e
4 changes: 2 additions & 2 deletions trunk/drivers/net/ethernet/qlogic/qlcnic/qlcnic_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ qlcnic_poll_rsp(struct qlcnic_adapter *adapter)

do {
/* give atleast 1ms for firmware to respond */
msleep(1);
mdelay(1);

if (++timeout > QLCNIC_OS_CRB_RETRY_COUNT)
return QLCNIC_CDRP_RSP_TIMEOUT;
Expand Down Expand Up @@ -601,7 +601,7 @@ void qlcnic_fw_destroy_ctx(struct qlcnic_adapter *adapter)
qlcnic_fw_cmd_destroy_tx_ctx(adapter);

/* Allow dma queues to drain after context reset */
msleep(20);
mdelay(20);
}
}

Expand Down

0 comments on commit 568695d

Please sign in to comment.