提交 fd9a29f0 编写于 作者: A Andrew Vasquez 提交者: James Bottomley

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

Signed-off-by: NAndrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
上级 2f2fa13d
无相关合并请求
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册
反馈
建议
客服 返回
顶部