diff options
author | Andrew Morton <akpm@linux-foundation.org> | 2007-08-10 17:50:30 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:40:07 -0400 |
commit | 87f3bda35e306a449ea75c2bdb79a3c4d84cfa95 (patch) | |
tree | 3be91ee823336f9ddcdde817f94daa4cb27da594 /drivers/scsi/aacraid/commsup.c | |
parent | a0a74e45057cc3138c29173e7b0b3db8b30939ae (diff) |
[SCSI] aacraid: rename check_reset
Too generic, clashes with ISDN.
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Mark Salyzyn <aacraid@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
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) |