Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46783
b: refs/heads/master
c: a2894cf
h: refs/heads/master
i:
  46781: 1fb9c35
  46779: 70cb07e
  46775: d45ad4f
  46767: f428668
  46751: 3801ab9
  46719: 292f175
v: v3
  • Loading branch information
Michal Ostrowski authored and Paul Mackerras committed Jan 24, 2007
1 parent b767107 commit eeba1f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: 7e60d1b427c51cf2525e5d736a71780978cfb828
refs/heads/master: a2894cfb3a6d60980ba85181e31ccc079807e92b
1 change: 0 additions & 1 deletion trunk/arch/powerpc/kernel/pci_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,6 @@ int pci_read_irq_line(struct pci_dev *pci_dev)
return -1;
}
pci_dev->irq = virq;
pci_write_config_byte(pci_dev, PCI_INTERRUPT_LINE, virq);

return 0;
}
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/kernel/pci_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1325,7 +1325,6 @@ int pci_read_irq_line(struct pci_dev *pci_dev)
DBG(" -> mapped to linux irq %d\n", virq);

pci_dev->irq = virq;
pci_write_config_byte(pci_dev, PCI_INTERRUPT_LINE, virq);

return 0;
}
Expand Down

0 comments on commit eeba1f8

Please sign in to comment.