Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40312
b: refs/heads/master
c: 5ae16db
h: refs/heads/master
v: v3
  • Loading branch information
Doug Maxey authored and James Bottomley committed Oct 25, 2006
1 parent dacbfd4 commit 5e41944
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 75c28851c9eee889ef4347ff6f55b2dd1e1ceb81
refs/heads/master: 5ae16db36988e811410494fb5d07c81e14453e7b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/qla4xxx/ql4_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1724,13 +1724,13 @@ static int __init qla4xxx_module_init(void)
goto release_srb_cache;
}

printk(KERN_INFO "QLogic iSCSI HBA Driver\n");
ret = pci_register_driver(&qla4xxx_pci_driver);
if (ret)
goto unregister_transport;

printk(KERN_INFO "QLogic iSCSI HBA Driver\n");
return 0;

unregister_transport:
iscsi_unregister_transport(&qla4xxx_iscsi_transport);
release_srb_cache:
Expand Down

0 comments on commit 5e41944

Please sign in to comment.