Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271019
b: refs/heads/master
c: 8dce69f
h: refs/heads/master
i:
  271017: 0901004
  271015: 4e56454
v: v3
  • Loading branch information
Jayamohan Kallickal authored and James Bottomley committed Aug 29, 2011
1 parent b50ac6e commit 2950509
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 25602c97f50e4b7fea84d2c81326dc5e372ca868
refs/heads/master: 8dce69ff481a8d17a7d1027f23595083f28b4556
2 changes: 2 additions & 0 deletions trunk/drivers/scsi/be2iscsi/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4181,6 +4181,7 @@ static void beiscsi_remove(struct pci_dev *pcidev)
iscsi_host_remove(phba->shost);
pci_dev_put(phba->pcidev);
iscsi_host_free(phba->shost);
pci_disable_device(pcidev);
}

static void beiscsi_shutdown(struct pci_dev *pcidev)
Expand All @@ -4195,6 +4196,7 @@ static void beiscsi_shutdown(struct pci_dev *pcidev)
}

beiscsi_quiesce(phba);
pci_disable_device(pcidev);
}

static void beiscsi_msix_enable(struct beiscsi_hba *phba)
Expand Down

0 comments on commit 2950509

Please sign in to comment.