Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147072
b: refs/heads/master
c: 77b0308
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Jens Axboe committed Jun 2, 2009
1 parent 47ad9ae commit 58accb3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 7fe063268e73681cdca1a6496a25f93d3332f517
refs/heads/master: 77b0308a0778861111184e097533000f7a458c37
3 changes: 1 addition & 2 deletions trunk/drivers/block/cciss_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1608,8 +1608,7 @@ static int wait_for_device_to_become_ready(ctlr_info_t *h,
/* Wait for a bit. do this first, because if we send
* the TUR right away, the reset will just abort it.
*/
set_current_state(TASK_INTERRUPTIBLE);
schedule_timeout(waittime);
schedule_timeout_interruptible(waittime);
count++;

/* Increase wait time with each try, up to a point. */
Expand Down

0 comments on commit 58accb3

Please sign in to comment.