Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 10d19ae5 authored by malahal@us.ibm.com's avatar malahal@us.ibm.com Committed by James Bottomley
Browse files

[SCSI] aic94xx: Fix for a typo in aic94xx_init()

parent f2d719c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);