Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10091
b: refs/heads/master
c: 444d1d9
h: refs/heads/master
i:
  10089: f7bb75d
  10087: 510156b
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Oct 25, 2005
1 parent dc37bf3 commit e2f2703
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: 0db9ae4a79381a5a3d272ccb51851c48c4bcbb6d
refs/heads/master: 444d1d9bb5b724f03344c9317bc01d54a9b39073
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 @@ -1325,6 +1325,8 @@ int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info)
ha->brd_info = brd_info;
sprintf(ha->host_str, "%s_%ld", ha->brd_info->drv_name, ha->host_no);

ha->dpc_pid = -1;

/* Configure PCI I/O space */
ret = qla2x00_iospace_config(ha);
if (ret)
Expand Down Expand Up @@ -1448,7 +1450,6 @@ int qla2x00_probe_one(struct pci_dev *pdev, struct qla_board_info *brd_info)
*/
spin_lock_init(&ha->mbx_reg_lock);

ha->dpc_pid = -1;
init_completion(&ha->dpc_inited);
init_completion(&ha->dpc_exited);

Expand Down

0 comments on commit e2f2703

Please sign in to comment.