Skip to content

Commit fd9a29f

Browse files
avasquez01James Bottomley
authored andcommitted
[SCSI] qla2xxx: Display driver version at module init-time.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
1 parent 2f2fa13 commit fd9a29f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/scsi/qla2xxx/qla_os.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,8 @@ qla2x00_module_init(void)
28642864
return -ENODEV;
28652865
}
28662866

2867-
printk(KERN_INFO "QLogic Fibre Channel HBA Driver\n");
2867+
printk(KERN_INFO "QLogic Fibre Channel HBA Driver: %s\n",
2868+
qla2x00_version_str);
28682869
ret = pci_register_driver(&qla2xxx_pci_driver);
28692870
if (ret) {
28702871
kmem_cache_destroy(srb_cachep);

0 commit comments

Comments
 (0)