diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/cciss_scsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss_scsi.c b/drivers/block/cciss_scsi.c index 2edfc9b644eb..134fdf25d7f4 100644 --- a/drivers/block/cciss_scsi.c +++ b/drivers/block/cciss_scsi.c | |||
@@ -1608,7 +1608,7 @@ static int wait_for_device_to_become_ready(ctlr_info_t *h, | |||
1608 | /* Wait for a bit. do this first, because if we send | 1608 | /* Wait for a bit. do this first, because if we send |
1609 | * the TUR right away, the reset will just abort it. | 1609 | * the TUR right away, the reset will just abort it. |
1610 | */ | 1610 | */ |
1611 | schedule_timeout_interruptible(waittime); | 1611 | schedule_timeout_uninterruptible(waittime); |
1612 | count++; | 1612 | count++; |
1613 | 1613 | ||
1614 | /* Increase wait time with each try, up to a point. */ | 1614 | /* Increase wait time with each try, up to a point. */ |