Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97585
b: refs/heads/master
c: fd9a29f
h: refs/heads/master
i:
  97583: 80d0444
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed May 15, 2008
1 parent 125ff7a commit ba51c2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f2fa13d5665d7d5f2ba6068dd28ca7796fa9ea8
refs/heads/master: fd9a29f03600f306acb4faf49b92ca5472f39ee8
3 changes: 2 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ba51c2b

Please sign in to comment.