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

Commit fd9a29f0 authored by Andrew Vasquez's avatar Andrew Vasquez Committed by James Bottomley
Browse files

[SCSI] qla2xxx: Display driver version at module init-time.

parent 2f2fa13d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2864,7 +2864,8 @@ qla2x00_module_init(void)
		return -ENODEV;
	}

	printk(KERN_INFO "QLogic Fibre Channel HBA Driver\n");
	printk(KERN_INFO "QLogic Fibre Channel HBA Driver: %s\n",
	    qla2x00_version_str);
	ret = pci_register_driver(&qla2xxx_pci_driver);
	if (ret) {
		kmem_cache_destroy(srb_cachep);