[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>
This commit is contained in:
parent
f2d719c65a
commit
10d19ae5e1
1 changed files with 1 additions and 1 deletions
|
@ -828,7 +828,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);
|
||||
|
|
Loading…
Add table
Reference in a new issue