Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53675
b: refs/heads/master
c: 665db93
h: refs/heads/master
i:
  53673: 25726d3
  53671: 173973e
v: v3
  • Loading branch information
Bernhard Walle authored and James Bottomley committed Apr 1, 2007
1 parent 8372393 commit b06b723
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 4dfb7cbef856689caebd0f498dbd140d1b79954f
refs/heads/master: 665db93b8a5fc6a11e2ace6b20569420a353d037
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1707,6 +1707,7 @@ qla2x00_remove_one(struct pci_dev *pdev)

scsi_host_put(ha->host);

pci_disable_device(pdev);
pci_set_drvdata(pdev, NULL);
}

Expand Down Expand Up @@ -1749,8 +1750,6 @@ qla2x00_free_device(scsi_qla_host_t *ha)
if (ha->iobase)
iounmap(ha->iobase);
pci_release_regions(ha->pdev);

pci_disable_device(ha->pdev);
}

static inline void
Expand Down

0 comments on commit b06b723

Please sign in to comment.