diff options
Diffstat (limited to 'drivers/scsi/dpt_i2o.c')
-rw-r--r-- | drivers/scsi/dpt_i2o.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index d13517dd0c19..c0ae8fa57a3b 100644 --- a/drivers/scsi/dpt_i2o.c +++ b/drivers/scsi/dpt_i2o.c | |||
@@ -448,11 +448,8 @@ static int adpt_queue_lck(struct scsi_cmnd * cmd, void (*done) (struct scsi_cmnd | |||
448 | } | 448 | } |
449 | 449 | ||
450 | rmb(); | 450 | rmb(); |
451 | if ((pHba->state) & DPTI_STATE_RESET) { | 451 | if ((pHba->state) & DPTI_STATE_RESET) |
452 | pHba->host->last_reset = jiffies; | 452 | return SCSI_MLQUEUE_HOST_BUSY; |
453 | pHba->host->resetting = 1; | ||
454 | return 1; | ||
455 | } | ||
456 | 453 | ||
457 | // TODO if the cmd->device if offline then I may need to issue a bus rescan | 454 | // TODO if the cmd->device if offline then I may need to issue a bus rescan |
458 | // followed by a get_lct to see if the device is there anymore | 455 | // followed by a get_lct to see if the device is there anymore |