Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 181263
b: refs/heads/master
c: 2807afb
h: refs/heads/master
i:
  181261: 0070c8e
  181259: be9ec7a
  181255: b46e298
  181247: ea02f4f
v: v3
  • Loading branch information
Jayamohan Kallickal authored and James Bottomley committed Jan 18, 2010
1 parent e0e16e3 commit 8e138a3
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: 7bd6e25cdbee7d4f6bc4946dc914310220e637b8
refs/heads/master: 2807afb7411b97834fc7338f3735f3d152443551
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/be2iscsi/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static struct beiscsi_hba *beiscsi_hba_alloc(struct pci_dev *pcidev)
memset(phba, 0, sizeof(*phba));
phba->shost = shost;
phba->pcidev = pci_dev_get(pcidev);
pci_set_drvdata(pcidev, phba);

if (iscsi_host_add(shost, &phba->pcidev->dev))
goto free_devices;
Expand Down Expand Up @@ -3734,7 +3735,6 @@ static int __devinit beiscsi_dev_probe(struct pci_dev *pcidev,
}
SE_DEBUG(DBG_LVL_8, " phba = %p \n", phba);

pci_set_drvdata(pcidev, phba);
if (enable_msix)
num_cpus = find_num_cpus();
else
Expand Down

0 comments on commit 8e138a3

Please sign in to comment.