diff options
Diffstat (limited to 'drivers/scsi/aacraid/commsup.c')
-rw-r--r-- | drivers/scsi/aacraid/commsup.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c index bb870906b4cf..240a0bb8986f 100644 --- a/drivers/scsi/aacraid/commsup.c +++ b/drivers/scsi/aacraid/commsup.c | |||
@@ -1372,8 +1372,9 @@ int aac_check_health(struct aac_dev * aac) | |||
1372 | 1372 | ||
1373 | printk(KERN_ERR "%s: Host adapter BLINK LED 0x%x\n", aac->name, BlinkLED); | 1373 | printk(KERN_ERR "%s: Host adapter BLINK LED 0x%x\n", aac->name, BlinkLED); |
1374 | 1374 | ||
1375 | if (!check_reset || (aac->supplement_adapter_info.SupportedOptions2 & | 1375 | if (!aac_check_reset || |
1376 | le32_to_cpu(AAC_OPTION_IGNORE_RESET))) | 1376 | (aac->supplement_adapter_info.SupportedOptions2 & |
1377 | le32_to_cpu(AAC_OPTION_IGNORE_RESET))) | ||
1377 | goto out; | 1378 | goto out; |
1378 | host = aac->scsi_host_ptr; | 1379 | host = aac->scsi_host_ptr; |
1379 | if (aac->thread->pid != current->pid) | 1380 | if (aac->thread->pid != current->pid) |