Skip to content

Commit

Permalink
[SCSI] aic94xx: Fix for a typo in aic94xx_init()
Browse files Browse the repository at this point in the history
Signed-off-by: Malahal Naineni <malahal@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
malahal@us.ibm.com authored and James Bottomley committed Sep 23, 2006
1 parent f2d719c commit 10d19ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/aic94xx/aic94xx_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 10d19ae

Please sign in to comment.