Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177938
b: refs/heads/master
c: 1486400
h: refs/heads/master
v: v3
  • Loading branch information
Michael Reed authored and James Bottomley committed Dec 10, 2009
1 parent 9b5ceb0 commit 030a4a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5d0961fd1f25e117f907f3af3aaa870637049252
refs/heads/master: 1486400f7edd009d49550da968d5744e246dc7f8
6 changes: 3 additions & 3 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -2003,13 +2003,13 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)
DEBUG2(printk("DEBUG: detect hba %ld at address = %p\n",
base_vha->host_no, ha));

base_vha->flags.init_done = 1;
base_vha->flags.online = 1;

ret = scsi_add_host(host, &pdev->dev);
if (ret)
goto probe_failed;

base_vha->flags.init_done = 1;
base_vha->flags.online = 1;

ha->isp_ops->enable_intrs(ha);

scsi_scan_host(host);
Expand Down

0 comments on commit 030a4a2

Please sign in to comment.