Signed-off-by: Malahal Naineni <malahal@xxxxxxxxxx> diff -r 134012c83658 drivers/scsi/aic94xx/aic94xx_init.c --- a/drivers/scsi/aic94xx/aic94xx_init.c Thu Aug 31 13:03:38 2006 -0700 +++ b/drivers/scsi/aic94xx/aic94xx_init.c Thu Sep 07 15:05:39 2006 -0700 @@ -822,7 +822,7 @@ static int __init aic94xx_init(void) aic94xx_transport_template = sas_domain_attach_transport(&aic94xx_transport_functions); - if (err) + if (!aic94xx_transport_template) goto out_destroy_caches; err = pci_register_driver(&aic94xx_pci_driver); - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html