Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45559
b: refs/heads/master
c: 8bc69e7
h: refs/heads/master
i:
  45557: 6f17f39
  45555: abf23ec
  45551: 95ce6af
v: v3
  • Loading branch information
Andrew Vasquez authored and James Bottomley committed Jan 3, 2007
1 parent a46542b commit d9eb0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 4346b14942dbb65e5d4fa7ec0e6567c39861ae6c
refs/heads/master: 8bc69e7dc307d6195d92fa87da1fcbae6e5dda69
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/qla2xxx/qla_os.c
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,9 @@ qla2x00_probe_one(struct pci_dev *pdev, const struct pci_device_id *id)

sht = &qla2x00_driver_template;
if (pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2422 ||
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432)
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP2432 ||
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5422 ||
pdev->device == PCI_DEVICE_ID_QLOGIC_ISP5432)
sht = &qla24xx_driver_template;
host = scsi_host_alloc(sht, sizeof(scsi_qla_host_t));
if (host == NULL) {
Expand Down

0 comments on commit d9eb0a1

Please sign in to comment.