diff options
author | malahal@us.ibm.com <malahal@us.ibm.com> | 2006-09-07 18:12:42 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-09-23 12:47:29 -0400 |
commit | 10d19ae5e1715c27db7009df6d59179774e7b8a1 (patch) | |
tree | 02ef755c802efc3823c87717aee78174d61f4f58 /drivers | |
parent | f2d719c65ad8f10afa7bec11315faa7badf4ecb9 (diff) |
[SCSI] aic94xx: Fix for a typo in aic94xx_init()
Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/scsi/aic94xx/aic94xx_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/aic94xx/aic94xx_init.c b/drivers/scsi/aic94xx/aic94xx_init.c index 302b54fddf3c..ee2ccad70487 100644 --- a/drivers/scsi/aic94xx/aic94xx_init.c +++ b/drivers/scsi/aic94xx/aic94xx_init.c | |||
@@ -828,7 +828,7 @@ static int __init aic94xx_init(void) | |||
828 | 828 | ||
829 | aic94xx_transport_template = | 829 | aic94xx_transport_template = |
830 | sas_domain_attach_transport(&aic94xx_transport_functions); | 830 | sas_domain_attach_transport(&aic94xx_transport_functions); |
831 | if (err) | 831 | if (!aic94xx_transport_template) |
832 | goto out_destroy_caches; | 832 | goto out_destroy_caches; |
833 | 833 | ||
834 | err = pci_register_driver(&aic94xx_pci_driver); | 834 | err = pci_register_driver(&aic94xx_pci_driver); |