diff options
Diffstat (limited to 'drivers/scsi/aacraid/linit.c')
-rw-r--r-- | drivers/scsi/aacraid/linit.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/scsi/aacraid/linit.c b/drivers/scsi/aacraid/linit.c index e6bdc930d528..742e1a8edc60 100644 --- a/drivers/scsi/aacraid/linit.c +++ b/drivers/scsi/aacraid/linit.c | |||
@@ -614,11 +614,11 @@ static int aac_eh_reset(struct scsi_cmnd* cmd) | |||
614 | * support a register, instead of a commanded, reset. | 614 | * support a register, instead of a commanded, reset. |
615 | */ | 615 | */ |
616 | if ((aac->supplement_adapter_info.SupportedOptions2 & | 616 | if ((aac->supplement_adapter_info.SupportedOptions2 & |
617 | cpu_to_le32(AAC_OPTION_MU_RESET)) && | 617 | AAC_OPTION_MU_RESET) && |
618 | aac_check_reset && | 618 | aac_check_reset && |
619 | ((aac_check_reset != 1) || | 619 | ((aac_check_reset != 1) || |
620 | (aac->supplement_adapter_info.SupportedOptions2 & | 620 | (aac->supplement_adapter_info.SupportedOptions2 & |
621 | cpu_to_le32(AAC_OPTION_IGNORE_RESET)))) | 621 | AAC_OPTION_IGNORE_RESET))) |
622 | aac_reset_adapter(aac, 2); /* Bypass wait for command quiesce */ | 622 | aac_reset_adapter(aac, 2); /* Bypass wait for command quiesce */ |
623 | return SUCCESS; /* Cause an immediate retry of the command with a ten second delay after successful tur */ | 623 | return SUCCESS; /* Cause an immediate retry of the command with a ten second delay after successful tur */ |
624 | } | 624 | } |