Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 55231
b: refs/heads/master
c: e1fa0ce
h: refs/heads/master
i:
  55229: 99da953
  55227: 255c022
  55223: 76296e9
  55215: fb27c75
  55199: 1c12c45
  55167: fdc8757
v: v3
  • Loading branch information
Amol Lad authored and James Bottomley committed May 8, 2007
1 parent 183604a commit 7b6a5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 84a3c97b93ec5b4509637801a703693bb710cd4c
refs/heads/master: e1fa0ceaf366ba8042a388d02ce841b36d063fe2
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/megaraid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,8 @@ __mega_busywait_mbox (adapter_t *adapter)
for (counter = 0; counter < 10000; counter++) {
if (!mbox->m_in.busy)
return 0;
udelay(100); yield();
udelay(100);
cond_resched();
}
return -1; /* give up after 1 second */
}
Expand Down

0 comments on commit 7b6a5c1

Please sign in to comment.