Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2077
b: refs/heads/master
c: e431223
h: refs/heads/master
i:
  2075: 2316f76
v: v3
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Jun 11, 2005
1 parent b03a31e commit f38eebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 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: 765c4d45b8cae32faff358aa760a33cde38ea1a7
refs/heads/master: e431223eca7e0785a5402999b43b16622409017f
16 changes: 0 additions & 16 deletions trunk/drivers/scsi/aic7xxx/aic7xxx_osm_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,22 +174,6 @@ ahc_linux_pci_dev_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
char *name;
int error;

/*
* Some BIOSen report the same device multiple times.
*/
TAILQ_FOREACH(ahc, &ahc_tailq, links) {
struct pci_dev *probed_pdev;

probed_pdev = ahc->dev_softc;
if (probed_pdev->bus->number == pdev->bus->number
&& probed_pdev->devfn == pdev->devfn)
break;
}
if (ahc != NULL) {
/* Skip duplicate. */
return (-ENODEV);
}

pci = pdev;
entry = ahc_find_pci_device(pci);
if (entry == NULL)
Expand Down

0 comments on commit f38eebb

Please sign in to comment.