Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74925
b: refs/heads/master
c: eadb6ec
h: refs/heads/master
i:
  74923: 6a3ed48
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Dec 12, 2007
1 parent 816febc commit 75124e5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c86ae7df90a26708e9e54e3a362046873d874e6c
refs/heads/master: eadb6ecf761166aa55ad44f05b7a29b10ddaba34
3 changes: 2 additions & 1 deletion trunk/drivers/ide/pci/pdc202xx_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,9 @@ static struct pci_dev * __devinit pdc20270_get_dev2(struct pci_dev *dev)
{
struct pci_dev *dev2;

dev2 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn) + 2,
dev2 = pci_get_slot(dev->bus, PCI_DEVFN(PCI_SLOT(dev->devfn) + 1,
PCI_FUNC(dev->devfn)));

if (dev2 &&
dev2->vendor == dev->vendor &&
dev2->device == dev->device) {
Expand Down

0 comments on commit 75124e5

Please sign in to comment.