diff options
Diffstat (limited to 'drivers/scsi/aacraid')
-rw-r--r-- | drivers/scsi/aacraid/aachba.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c index 31ac9f56cd1f..1e82c69b36b0 100644 --- a/drivers/scsi/aacraid/aachba.c +++ b/drivers/scsi/aacraid/aachba.c | |||
@@ -503,8 +503,7 @@ static int _aac_probe_container1(void * context, struct fib * fibptr) | |||
503 | dresp = (struct aac_mount *) fib_data(fibptr); | 503 | dresp = (struct aac_mount *) fib_data(fibptr); |
504 | dresp->mnt[0].capacityhigh = 0; | 504 | dresp->mnt[0].capacityhigh = 0; |
505 | if ((le32_to_cpu(dresp->status) != ST_OK) || | 505 | if ((le32_to_cpu(dresp->status) != ST_OK) || |
506 | ((le32_to_cpu(dresp->mnt[0].vol) != CT_NONE) && | 506 | (le32_to_cpu(dresp->mnt[0].vol) != CT_NONE)) |
507 | (le32_to_cpu(dresp->mnt[0].state) == FSCS_HIDDEN))) | ||
508 | return _aac_probe_container2(context, fibptr); | 507 | return _aac_probe_container2(context, fibptr); |
509 | scsicmd = (struct scsi_cmnd *) context; | 508 | scsicmd = (struct scsi_cmnd *) context; |
510 | scsicmd->SCp.phase = AAC_OWNER_MIDLEVEL; | 509 | scsicmd->SCp.phase = AAC_OWNER_MIDLEVEL; |