We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2fa13 commit fd9a29fCopy full SHA for fd9a29f
drivers/scsi/qla2xxx/qla_os.c
@@ -2864,7 +2864,8 @@ qla2x00_module_init(void)
2864
return -ENODEV;
2865
}
2866
2867
- printk(KERN_INFO "QLogic Fibre Channel HBA Driver\n");
+ printk(KERN_INFO "QLogic Fibre Channel HBA Driver: %s\n",
2868
+ qla2x00_version_str);
2869
ret = pci_register_driver(&qla2xxx_pci_driver);
2870
if (ret) {
2871
kmem_cache_destroy(srb_cachep);
0 commit comments