diff options
Diffstat (limited to 'drivers/scsi/aacraid/aachba.c')
-rw-r--r-- | drivers/scsi/aacraid/aachba.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/scsi/aacraid/aachba.c b/drivers/scsi/aacraid/aachba.c index 94577c03a23a..3cddcc0901b2 100644 --- a/drivers/scsi/aacraid/aachba.c +++ b/drivers/scsi/aacraid/aachba.c | |||
@@ -1325,10 +1325,9 @@ int aac_get_adapter_info(struct aac_dev* dev) | |||
1325 | (int)sizeof(dev->supplement_adapter_info.VpdInfo.Tsid), | 1325 | (int)sizeof(dev->supplement_adapter_info.VpdInfo.Tsid), |
1326 | dev->supplement_adapter_info.VpdInfo.Tsid); | 1326 | dev->supplement_adapter_info.VpdInfo.Tsid); |
1327 | } | 1327 | } |
1328 | if (!aac_check_reset || | 1328 | if (!aac_check_reset || ((aac_check_reset != 1) && |
1329 | ((aac_check_reset != 1) && | 1329 | (dev->supplement_adapter_info.SupportedOptions2 & |
1330 | (dev->supplement_adapter_info.SupportedOptions2 & | 1330 | AAC_OPTION_IGNORE_RESET))) { |
1331 | cpu_to_le32(AAC_OPTION_IGNORE_RESET)))) { | ||
1332 | printk(KERN_INFO "%s%d: Reset Adapter Ignored\n", | 1331 | printk(KERN_INFO "%s%d: Reset Adapter Ignored\n", |
1333 | dev->name, dev->id); | 1332 | dev->name, dev->id); |
1334 | } | 1333 | } |